Skip to content

Commit

Permalink
ft2-clone: only build on little-endian systems
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Oct 2, 2020
1 parent b912774 commit 672ab0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/audio/ft2-clone/default.nix
Expand Up @@ -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;
};
}

0 comments on commit 672ab0d

Please sign in to comment.