[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: quaternion: Add debug output.
From: |
guix-commits |
Subject: |
02/02: gnu: quaternion: Add debug output. |
Date: |
Tue, 29 Sep 2020 02:25:58 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit e86e049305313c975ed34a1c1784b13e1c8f0b36
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 29 09:25:20 2020 +0300
gnu: quaternion: Add debug output.
* gnu/packages/messaging.scm (quaternion)[outputs]: Add debug output.
---
gnu/packages/messaging.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 674ae8e..5a915f7 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)