mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Try to build Mailutils everywhere.
svn path=/nixpkgs/trunk/; revision=17070
This commit is contained in:
parent
b7fa5f13c9
commit
a6ab726b0f
|
@ -44,5 +44,7 @@ stdenv.mkDerivation rec {
|
|||
licenses = [ "LGPLv3+" /* libraries */ "GPLv3+" /* tools */ ];
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue