mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 12:46:43 +01:00
gnu: netdde: Fix build.
* gnu/packages/hurd.scm (netdde)[configure-flags]: Turn it into a GEXP.
This commit is contained in:
parent
1a244b7814
commit
130232fd8b
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ (define-public netdde
|
|||
"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)
|
||||
|
|
Loading…
Reference in a new issue