forked from mirrors/nixpkgs
pth: mark as broken on aarch64 cross
reported on irc, reproduced locally
This commit is contained in:
parent
6d7cbba899
commit
626a9f9f16
|
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://www.gnu.org/software/pth;
|
homepage = https://www.gnu.org/software/pth;
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform.isAarch64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue