1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

* Fix the dump feature.

svn path=/nixos/trunk/; revision=22950
This commit is contained in:
Eelco Dolstra 2010-08-04 14:05:14 +00:00
parent 9a94e561a5
commit e3c2a1f49e

View file

@ -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;