Add `meta.platforms' to various GnuPG dependencies.

svn path=/nixpkgs/trunk/; revision=30175
This commit is contained in:
Ludovic Courtès
2011-11-01 22:38:05 +00:00
parent d4b26a727a
commit f9667d3cd8
4 changed files with 5 additions and 1 deletions

View File

@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
license = "LGPLv2+";
homepage = http://gnupg.org/;
platforms = stdenv.lib.platforms.all;
};
}