me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 2 additions and 1 deletions

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