From 882077fd30ac5bec90b074f4525a47a16a15f0a0 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 30 Jul 2024 16:24:03 -0700 Subject: [PATCH] gnu: readymedia: Fix reproducible build. * gnu/packages/upnp.scm (readymedia)[arguments]<#:configure-flags>: Avoid embedding kernel version. Signed-off-by: Zheng Junjie 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