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,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;
|
||||
|
||||
Reference in New Issue
Block a user