summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-09-29 09:25:20 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-09-29 09:25:20 +0300
commite86e049305313c975ed34a1c1784b13e1c8f0b36 (patch)
tree8535748f66445a8e888b530ea790a1e0ecd0b660 /gnu
parent5323d59c6af1826b7d866627a7893481a766b603 (diff)
downloadguix-patches-e86e049305313c975ed34a1c1784b13e1c8f0b36.tar
guix-patches-e86e049305313c975ed34a1c1784b13e1c8f0b36.tar.gz
gnu: quaternion: Add debug output.
* gnu/packages/messaging.scm (quaternion)[outputs]: Add debug output.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/messaging.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 674ae8e842..5a915f7977 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2075,6 +2075,7 @@ There is support for:
(package
(name "quaternion")
(version "0.0.9.4e")
+ (outputs '("out" "debug"))
(source
(origin
(method git-fetch)