summary refs log tree commit diff
path: root/distro/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-10 22:35:35 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-10 22:35:35 +0100
commitab6522aeb05b23a2bb32b10457cebd85ccb248fe (patch)
tree3a3c69817471a27483412cfed4eaeb7da5229ce3 /distro/packages
parentf03e7115d7b777fa961f306cb8b8c5288a40b89e (diff)
downloadguix-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/packages')
-rw-r--r--distro/packages/gawk.scm5
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