From 8478088ceeff3edf6bce7e5a93f233e7403aa501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 18 Oct 2012 23:20:53 +0200 Subject: [PATCH] release.nix: Add dependency on Guile. --- deps.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/deps.nix b/deps.nix index 8796770f..ef9585b8 100644 --- a/deps.nix +++ b/deps.nix @@ -36,4 +36,5 @@ with pkgs; perlPackages.TextTable perlPackages.XMLSimple nixUnstable + guile # optional, for Guile + Guix support ]