~ruther/guix-local

ab6522aeb05b23a2bb32b10457cebd85ccb248fe — Ludovic Courtès 13 years ago f03e711
distro: gawk: Adjust to the libsigsegv output change.

* distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single
  output.
1 files changed, 2 insertions(+), 3 deletions(-)

M distro/packages/gawk.scm
M distro/packages/gawk.scm => distro/packages/gawk.scm +2 -3
@@ 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