[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: procenv: Find 'check' during configure phase.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: procenv: Find 'check' during configure phase. |
Date: |
Tue, 30 Jan 2018 02:23:05 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 865741166bb5af9bd641698cd6fd64fd1a7de8a7
Author: Efraim Flashner <address@hidden>
Date: Tue Jan 30 09:22:16 2018 +0200
gnu: procenv: Find 'check' during configure phase.
* gnu/packages/linux.scm (procenv)[native-inputs]: Add pkg-config.
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f82950e..3de186c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4419,6 +4419,7 @@ the MTP device as a file system.")
(base32 "0dvscyf47i3j5ay0amncqmqw9kd916689r2pqdvpnsrhp6j46zp1"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags '("--disable-silent-rules")))
+ (native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("expat" ,expat) ("libcap" ,libcap) ("check" ,check)
("groff" ,groff) ; for tests
("libselinux" ,libselinux)))