guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: address@hidden: Use the "real" pkg-config.


From: Leo Famulari
Subject: 01/03: gnu: address@hidden: Use the "real" pkg-config.
Date: Tue, 24 Apr 2018 13:14:31 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3f0ec617f59bd340d2930ff210e4c3d370c7223e
Author: Leo Famulari <address@hidden>
Date:   Mon Apr 23 13:58:38 2018 -0400

    gnu: address@hidden: Use the "real" pkg-config.
    
    * gnu/packages/golang.scm (go-1.4)[native-inputs]: Use pkg-config instead of
    %pkg-config.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 485aa02..42d8b3f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -195,7 +195,7 @@
        ;; https://github.com/golang/go/issues/24046
        ("gcc:lib" ,gcc-6 "lib")))
     (native-inputs
-     `(("pkg-config" ,%pkg-config)
+     `(("pkg-config" ,pkg-config)
        ("which" ,which)
        ("net-base" ,net-base)
        ("perl" ,perl)))



reply via email to

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