summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix.scm2
1 files changed, 2 insertions, 0 deletions
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)))