pth, gpg: taking out pth in non-supported platforms.

I know that pth fails to build on arm, by now.
This commit is contained in:
Lluis Batlle
2012-11-14 23:20:47 +01:00
parent 677946fede
commit 66ceb14b5e
4 changed files with 10 additions and 3 deletions
@@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "0ckjqw5kz5m30srqi87idj7xhpw6bpki43mj07bazjm2qmh3cdbj";
};
passthru = {
supported = ! stdenv.isArm;
};
meta = {
description = "The GNU Portable Threads library";
homepage = http://www.gnu.org/software/pth;