3
0
Fork 0
forked from mirrors/nixpkgs

pth: mark as broken on aarch64 cross

reported on irc, reproduced locally
This commit is contained in:
Matthew Bauer 2019-05-30 22:49:56 -04:00
parent 6d7cbba899
commit 626a9f9f16

View file

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
homepage = https://www.gnu.org/software/pth;
license = licenses.lgpl21Plus;
platforms = platforms.all;
broken = stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform.isAarch64;
};
}