aboutsummaryrefslogtreecommitdiff
path: root/hall.scm
diff options
context:
space:
mode:
Diffstat (limited to 'hall.scm')
-rw-r--r--hall.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/hall.scm b/hall.scm
index a982cb6..9eb4a3d 100644
--- a/hall.scm
+++ b/hall.scm
@@ -11,7 +11,8 @@
"The whispers command is a simple convenience wrapper\n around the herd program. Instead of specifying a file path\nto the listening socket of a running shepherd in the whispers tree, the\nuser simply provides its absolute whispers tree path as an\nargument to the --lieutenant option of this command.")
(home-page "")
(license gpl3+)
- (dependencies `(("guile-config" (config) ,guile-config)))
+ (dependencies
+ `(("guile-config" (config) ,guile-config)))
(skip ())
(features
((guix #f)
@@ -29,7 +30,6 @@
(symlink "README" "README.org")
(text-file "HACKING")
(text-file "COPYING")
- (directory "doc" ((texi-file "whispers")))
(text-file "NEWS")
(text-file "AUTHORS")
(text-file "ChangeLog")))