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

@@ -11,5 +11,6 @@ stdenv.mkDerivation rec {
meta = {
description = "The GNU Portable Threads library";
homepage = http://www.gnu.org/software/pth;
platforms = stdenv.lib.platforms.all;
};
}