diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-02-15 19:57:41 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-02-15 19:57:41 -0500 |
commit | 10fa2a715f767a8469f4fd27e4e8d460f373bfd7 (patch) | |
tree | de283973c773cd222a3c9ce2843bea9672f488e7 | |
parent | 5373877f989689209616109b13fd471b2d093b5f (diff) |
guix: Add pkg-config to environment.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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))) |