diff options
author | Arun Isaac | 2021-07-03 15:22:17 +0530 |
---|---|---|
committer | Arun Isaac | 2021-07-03 15:22:17 +0530 |
commit | 06ed0a658fd94ec2d292c73a420ba714c79b1dfc (patch) | |
tree | a082cfe3ba9a4f43a896d169bb0a6ce717271a9f | |
parent | 72fd4e9ff3134143642667c8fdbe57b8dce4830d (diff) | |
download | ccwl-06ed0a658fd94ec2d292c73a420ba714c79b1dfc.tar.gz ccwl-06ed0a658fd94ec2d292c73a420ba714c79b1dfc.tar.lz ccwl-06ed0a658fd94ec2d292c73a420ba714c79b1dfc.zip |
guix.scm: Import (gnu packages skribilo).
This is a follow-up to commit bf485dd43386305177a2ba3ea1a5ee7e164984c6
where this import was missed out.
* guix.scm: Import (gnu packages skribilo).
-rw-r--r-- | guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ (gnu packages autotools) (gnu packages guile) (gnu packages pkg-config) + (gnu packages skribilo) (gnu packages texinfo) (guix build utils) (guix build-system gnu) |