contrib/packages/guix: Add 'which' to native-inputs
authorng0 <ng0@infotropique.org>
Tue, 17 Oct 2017 12:50:35 +0000 (12:50 +0000)
committerng0 <ng0@infotropique.org>
Tue, 17 Oct 2017 12:50:35 +0000 (12:50 +0000)
contrib/packages/guix/gnunet-doc.scm
contrib/packages/guix/gnunet.scm
contrib/packages/guix/guix-env.scm
contrib/packages/guix/packages/gnunet/packages/gnunet.scm

index 9974c1b516aaa91fda239af84be7b80d7a83e1b2..da714077fad969bd2b48f78c1843ea115e4761ca 100644 (file)
          ("gnu-gettext" ,gnu-gettext)
          ("graphviz" ,graphviz) ; dot
          ("texinfo-5" ,texinfo-5) ; Debian stable
+         ("which" ,which)
          ("libtool" ,libtool)))
       (arguments
        `(#:configure-flags
index 4ce0738c48607229161f8d99491a238cad8ee2ce..d8eee18050a492ba668cf2d216798ba3b890feb7 100644 (file)
          ("autoconf" ,autoconf)
          ("automake" ,automake)
          ("gnu-gettext" ,gnu-gettext)
+         ("which" ,which)
          ("texinfo" ,texinfo-5) ; Debian stable: 5.2
          ("libtool" ,libtool)))
       (outputs '("out" "debug"))
index c62a713a2b8022fa031ac8864eaf72896618e57b..da4a60b73556d6752d4003218cdac7925753ac8b 100644 (file)
          ("autoconf" ,autoconf)
          ("automake" ,automake)
          ("gnu-gettext" ,gnu-gettext)
+         ("which" ,which)
          ("texinfo" ,texinfo-5) ; Debian stable: 5.2
          ("libtool" ,libtool)))
       ;; TODO:  To make use of out:debug, which carries the symbols,
index fbc132d78f00a5dbf58cb7bb6b1331f3e5019d22..eaceb68fc907d2b0ccad7543035ac0828a0c5c06 100644 (file)
@@ -60,6 +60,7 @@
 ;; TODO: Use HEAD without checking sum of it.
 ;; Explanation for name scheme: UNIXPATH is capped at 108 characters,
 ;; this causes lots of tests to fail.
+;; FIXME: make this file MUCH shorter.
 (define-public gnunetg
   (let* ((commit "3c3090717610ea787fdd3562901329254a6af0d6")
          (revision "32"))
          ("autoconf" ,autoconf)
          ("automake" ,automake)
          ("gnu-gettext" ,gnu-gettext)
+         ("which" ,which)
          ("texinfo" ,texinfo)
          ("libtool" ,libtool)))
       (outputs '("out" "debug"))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("autoconf" ,autoconf)
+       ("which" ,which)
        ("automake" ,automake)
        ("gnu-gettext" ,gnu-gettext)
        ("texinfo" ,texinfo)