gnu: readymedia: Fix reproducible build.

* gnu/packages/upnp.scm (readymedia)[arguments]<#:configure-flags>: Avoid
embedding kernel version.

Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Change-Id: Ide8591d32f5eee8f6f9ccd6d4661d62e39f78c2f
This commit is contained in:
Vagrant Cascadian 2024-07-30 16:24:03 -07:00 committed by Zheng Junjie
parent 4f5575d376
commit 882077fd30
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -151,7 +151,8 @@ (define-public readymedia
(base32 "1al04jx72bxwqch1nv9lx536mb6pvj7pgnqzy6lm32q6xa114yr2"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-os-name=Linux") ; uname -s
`(#:configure-flags '("--with-os-name=Linux" ; uname -s
"--with-os-version=") ; uname -r
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-source