From 10fa2a715f767a8469f4fd27e4e8d460f373bfd7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 15 Feb 2016 19:57:41 -0500 Subject: guix: Add pkg-config to environment. --- guix.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guix.scm b/guix.scm index 8222efd..cfd2218 100644 --- a/guix.scm +++ b/guix.scm @@ -35,6 +35,7 @@ (gnu packages) (gnu packages autotools) (gnu packages guile) + (gnu packages pkg-config) (gnu packages texinfo)) (package @@ -57,6 +58,7 @@ (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) + ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) (inputs `(("guile" ,guile-2.0))) -- cgit v1.2.3