me
/
guix
Archived
1
0
Fork 0

distro: gnutls: Add dependency on Which.

* distro/packages/gnutls.scm (gnutls): Add dependency on Which.
master
Ludovic Courtès 2013-01-12 23:02:26 +01:00
parent fbbb1c0f4c
commit fa39cc0da6
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -26,7 +26,8 @@
#:renamer (symbol-prefix-proc 'guix:)) #:renamer (symbol-prefix-proc 'guix:))
#:use-module (distro packages nettle) #:use-module (distro packages nettle)
#:use-module (distro packages guile) #:use-module (distro packages guile)
#:use-module (distro packages perl)) #:use-module (distro packages perl)
#:use-module (distro packages which))
(define-public libtasn1 (define-public libtasn1
(package (package
@ -77,7 +78,8 @@ portable, and only require an ANSI C89 platform.")
("perl" ,perl))) ("perl" ,perl)))
(propagated-inputs (propagated-inputs
`(("libtasn1" ,libtasn1) `(("libtasn1" ,libtasn1)
("nettle" ,nettle))) ("nettle" ,nettle)
("which" ,which)))
(home-page "http://www.gnu.org/software/gnutls/") (home-page "http://www.gnu.org/software/gnutls/")
(synopsis (synopsis
"The GNU Transport Layer Security Library") "The GNU Transport Layer Security Library")