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

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

View file

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

View file

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

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