summaryrefslogtreecommitdiff
path: root/distro
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-10 22:33:35 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-10 22:33:35 +0100
commitf03e7115d7b777fa961f306cb8b8c5288a40b89e (patch)
treeed7df03bda504114a7f2be281766fac788616cb6 /distro
parent5fedc65b0fa807bafde46b4071e9e324ef8c0ac6 (diff)
downloadguix-patches-f03e7115d7b777fa961f306cb8b8c5288a40b89e.tar
guix-patches-f03e7115d7b777fa961f306cb8b8c5288a40b89e.tar.gz
distro: libsigsegv: Use a single output.
* distro/packages/libsigsegv.scm (libsigsegv): Use just a single output, otherwise nothing ends up in `out' as a consequence of commit a06a99f. Reported by Andreas Enge <andreas@enge.fr>.
Diffstat (limited to 'distro')
-rw-r--r--distro/packages/libsigsegv.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/distro/packages/libsigsegv.scm b/distro/packages/libsigsegv.scm
index 07185186a5..a21e2064c7 100644
--- a/distro/packages/libsigsegv.scm
+++ b/distro/packages/libsigsegv.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.
;;;
@@ -35,7 +35,6 @@
(sha256
(base32 "16hrs8k3nmc7a8jam5j1fpspd6sdpkamskvsdpcw6m29vnis8q44"))))
(build-system gnu-build-system)
- (outputs '("out" "lib")) ; separate libdir from the rest
(home-page "http://www.gnu.org/software/libsigsegv/")
(synopsis "GNU libsigsegv, a library to handle page faults in user mode")
(description