mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
ft2-clone: only build on little-endian systems
This commit is contained in:
parent
b912774257
commit
672ab0d63a
@ -24,7 +24,9 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://16-bits.org/ft2.php";
|
homepage = "https://16-bits.org/ft2.php";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fgaz ];
|
maintainers = with maintainers; [ fgaz ];
|
||||||
platforms = platforms.all;
|
# From HOW-TO-COMPILE.txt:
|
||||||
|
# > This code is NOT big-endian compatible
|
||||||
|
platforms = platforms.littleEndian;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user