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: Ide8591d32f5eee8f6f9ccd6d4661d62e39f78c2fmaster
parent
4f5575d376
commit
882077fd30
|
@ -151,7 +151,8 @@ and others.")
|
||||||
(base32 "1al04jx72bxwqch1nv9lx536mb6pvj7pgnqzy6lm32q6xa114yr2"))))
|
(base32 "1al04jx72bxwqch1nv9lx536mb6pvj7pgnqzy6lm32q6xa114yr2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-os-name=Linux") ; uname -s
|
`(#:configure-flags '("--with-os-name=Linux" ; uname -s
|
||||||
|
"--with-os-version=") ; uname -r
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-source
|
(add-after 'unpack 'patch-source
|
||||||
|
|
Reference in New Issue