release.nix: Add dependency on Guile.

This commit is contained in:
Ludovic Courtès 2012-10-18 23:20:53 +02:00
parent 183078131a
commit 8478088cee

View file

@ -36,4 +36,5 @@ with pkgs;
perlPackages.TextTable perlPackages.TextTable
perlPackages.XMLSimple perlPackages.XMLSimple
nixUnstable nixUnstable
guile # optional, for Guile + Guix support
] ]