mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
4f5575d376
commit
882077fd30
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue