3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

distro: gawk: Adjust to the libsigsegv output change.

* distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single
  output.
This commit is contained in:
Ludovic Courtès 2013-01-10 22:35:35 +01:00
parent f03e7115d7
commit ab6522aeb0

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.
;;; ;;;
@ -54,8 +54,7 @@
%standard-phases))) %standard-phases)))
((system cross-system) ((system cross-system)
'(#:parallel-tests? #f)))) '(#:parallel-tests? #f))))
(inputs `(("libsigsegv" ,libsigsegv) ; headers (inputs `(("libsigsegv" ,libsigsegv)))
("libsigsegv/lib" ,libsigsegv "lib"))) ; library
(home-page "http://www.gnu.org/software/gawk/") (home-page "http://www.gnu.org/software/gawk/")
(synopsis "GNU implementation of the Awk programming language") (synopsis "GNU implementation of the Awk programming language")
(description (description