z572 pushed a commit to branch master
in repository guix.
commit 882077fd30ac5bec90b074f4525a47a16a15f0a0
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Tue Jul 30 16:24:03 2024 -0700
gnu: readymedia: Fix reproducible build.
* gnu/packages/upnp.scm (readymedia)[arguments]<#:configure-flags>: Avoid
embedding kernel version.
Signed-off-by: Zheng Junjie <[email protected]>
Change-Id: Ide8591d32f5eee8f6f9ccd6d4661d62e39f78c2f
---
gnu/packages/upnp.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index d85e1da956..e49c39ef57 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -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