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