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,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "06xckkvxxlx7cj77803m8x58gxksap4k8yhspc5cqsy7fhinimds";
};
propagatedBuildInputs = [ pth libgpgerror ];
propagatedBuildInputs = [ libgpgerror ]
++ stdenv.lib.optional pth.supported pth;
doCheck = true;