Try to build Mailutils everywhere.

svn path=/nixpkgs/trunk/; revision=17070
This commit is contained in:
Ludovic Courtès 2009-09-12 18:47:34 +00:00
parent b7fa5f13c9
commit a6ab726b0f

View file

@ -44,5 +44,7 @@ stdenv.mkDerivation rec {
licenses = [ "LGPLv3+" /* libraries */ "GPLv3+" /* tools */ ];
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.all;
};
}