guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: netdde: Fix build.


From: guix-commits
Subject: 02/03: gnu: netdde: Fix build.
Date: Tue, 5 Oct 2021 04:47:44 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 130232fd8b72a683236091dd769cebb8d605dc9b
Author: Mathieu Othacehe <othacehe@gnu.org>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]