diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-08 09:53:51 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-08 09:54:13 +0900 |
commit | e3d5f4456825481b0bd822e1860744945041c2c8 (patch) | |
tree | 6eb6f7d15eaf8e00ea55785e8eb694d23d26bedd /guix.scm | |
parent | 1704f7b6de3d79919bffa7739f4cb51a5f46bd33 (diff) |
guix: Fix inputs.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ ("texinfo" ,texinfo))) (inputs `(("guile" ,guile-3.0) - ("toot" ,toot))) + ("gulie-json" ,guile-json-4))) (synopsis "TojoQK's toybox") (description "Qkbox is TojoQK's toybox.") (home-page "https://gitlab.com/tojoqk/qkbox") |