1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02:00

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
+2 -1
View File
@@ -151,7 +151,8 @@ and others.")
(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