From b91277425762884b19a003c6dfc8ec122df914c0 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Fri, 2 Oct 2020 13:53:35 +0200 Subject: pt2-clone: only build on little-endian systems --- pkgs/applications/audio/pt2-clone/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/audio/pt2-clone') diff --git a/pkgs/applications/audio/pt2-clone/default.nix b/pkgs/applications/audio/pt2-clone/default.nix index eaabcf4bef7de..58538108e63fb 100644 --- a/pkgs/applications/audio/pt2-clone/default.nix +++ b/pkgs/applications/audio/pt2-clone/default.nix @@ -29,7 +29,9 @@ stdenv.mkDerivation rec { homepage = "https://16-bits.org/pt2.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