From 672ab0d63a45a04d89afc3369da2bc52fcb54473 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Fri, 2 Oct 2020 13:53:45 +0200 Subject: ft2-clone: only build on little-endian systems --- pkgs/applications/audio/ft2-clone/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/audio/ft2-clone') diff --git a/pkgs/applications/audio/ft2-clone/default.nix b/pkgs/applications/audio/ft2-clone/default.nix index aa4f1226891..ac18547acae 100644 --- a/pkgs/applications/audio/ft2-clone/default.nix +++ b/pkgs/applications/audio/ft2-clone/default.nix @@ -24,7 +24,9 @@ stdenv.mkDerivation rec { homepage = "https://16-bits.org/ft2.php"; license = licenses.bsd3; maintainers = with maintainers; [ fgaz ]; - platforms = platforms.all; + # From HOW-TO-COMPILE.txt: + # > This code is NOT big-endian compatible + platforms = platforms.littleEndian; }; } -- cgit 1.4.1