aboutsummaryrefslogtreecommitdiffstats
path: root/hall.scm
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2020-06-14 16:31:38 -0700
committerFredrik Salomonsson <plattfot@gmail.com>2020-06-14 16:45:42 -0700
commitdee47d7f75eff882dd66a067e1e68b111b7349ab (patch)
tree3315c86ce9b47ec4b5f0f32ba3d4b2dbba07e1c3 /hall.scm
parentd97227404226cb34f382920520a865daa0f69838 (diff)
downloadpinentry-rofi-dee47d7f75eff882dd66a067e1e68b111b7349ab.tar.gz
Fix use modules for script
Diffstat (limited to 'hall.scm')
-rw-r--r--hall.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/hall.scm b/hall.scm
index e721f40..048917f 100644
--- a/hall.scm
+++ b/hall.scm
@@ -11,9 +11,7 @@
"https://github.com/plattfot/pinentry-rofi/")
(license gpl3+)
(dependencies `())
- (files (libraries
- ((scheme-file "pinentry-rofi")
- (directory "pinentry-rofi" ())))
+ (files (libraries ((scheme-file "pinentry-rofi")))
(tests ((directory
"tests"
((scheme-file "pinentry-rofi")))))
@@ -25,7 +23,6 @@
(text-file "HACKING")
(text-file "COPYING")
(directory "doc" ((texi-file "pinentry-rofi")))
- (text-file "ChangeLog")
(text-file "ChangeLog")))
(infrastructure
((scheme-file "guix") (scheme-file "hall")))))