mothacehe pushed a commit to branch core-updates-frozen in repository guix.
commit 130232fd8b72a683236091dd769cebb8d605dc9b Author: Mathieu Othacehe <[email protected]> AuthorDate: Tue Oct 5 08:45:26 2021 +0000 gnu: netdde: Fix build. * gnu/packages/hurd.scm (netdde)[configure-flags]: Turn it into a GEXP. --- gnu/packages/hurd.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm index 0743bf2..7a0236c 100644 --- a/gnu/packages/hurd.scm +++ b/gnu/packages/hurd.scm @@ -587,7 +587,7 @@ implementing them.") "LINK_PROGRAM=i586-pc-gnu-gcc") (list "CC=gcc"))) #:configure-flags - (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")) + ,#~(list (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib")) #:phases (modify-phases %standard-phases (delete 'configure)
