diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-10 22:35:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-10 22:35:35 +0100 |
commit | ab6522aeb05b23a2bb32b10457cebd85ccb248fe (patch) | |
tree | 3a3c69817471a27483412cfed4eaeb7da5229ce3 /distro | |
parent | f03e7115d7b777fa961f306cb8b8c5288a40b89e (diff) | |
download | guix-ab6522aeb05b23a2bb32b10457cebd85ccb248fe.tar guix-ab6522aeb05b23a2bb32b10457cebd85ccb248fe.tar.gz |
distro: gawk: Adjust to the libsigsegv output change.
* distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single
output.
Diffstat (limited to 'distro')
-rw-r--r-- | distro/packages/gawk.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distro/packages/gawk.scm b/distro/packages/gawk.scm index 0acdbea3e8..6fed7f8b70 100644 --- a/distro/packages/gawk.scm +++ b/distro/packages/gawk.scm @@ -1,5 +1,5 @@ ;;; 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. ;;; @@ -54,8 +54,7 @@ %standard-phases))) ((system cross-system) '(#:parallel-tests? #f)))) - (inputs `(("libsigsegv" ,libsigsegv) ; headers - ("libsigsegv/lib" ,libsigsegv "lib"))) ; library + (inputs `(("libsigsegv" ,libsigsegv))) (home-page "http://www.gnu.org/software/gawk/") (synopsis "GNU implementation of the Awk programming language") (description |