From e3c2a1f49efaa4c1b0517483fe59dec3f26e6ae3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Aug 2010 14:05:14 +0000 Subject: [PATCH] * Fix the dump feature. svn path=/nixos/trunk/; revision=22950 --- modules/services/web-servers/apache-httpd/subversion.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/web-servers/apache-httpd/subversion.nix b/modules/services/web-servers/apache-httpd/subversion.nix index a96d38cd266..3229138d172 100644 --- a/modules/services/web-servers/apache-httpd/subversion.nix +++ b/modules/services/web-servers/apache-httpd/subversion.nix @@ -46,7 +46,7 @@ let sendmail = "${pkgs.ssmtp}/sbin/sendmail"; - inherit (pkgs) libxslt enscript db4 coreutils diffutils bzip2 python; + inherit (pkgs) libxslt enscript db4 coreutils diffutils gzip bzip2 python; inherit (serverInfo) canonicalName;