diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2020-06-14 16:31:38 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2020-06-14 16:45:42 -0700 |
commit | dee47d7f75eff882dd66a067e1e68b111b7349ab (patch) | |
tree | 3315c86ce9b47ec4b5f0f32ba3d4b2dbba07e1c3 /hall.scm | |
parent | d97227404226cb34f382920520a865daa0f69838 (diff) | |
download | pinentry-rofi-dee47d7f75eff882dd66a067e1e68b111b7349ab.tar.gz |
Fix use modules for script
Diffstat (limited to 'hall.scm')
-rw-r--r-- | hall.scm | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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"))))) |