astc-encoder: limit to 64-bit target architectures

Mark this package as supported only on 64 bit architectures, as the build fails for 32 bit targets. Maybe this can be fixed in the future
main
Maximilian Wende 2 years ago
parent 8f07a30e7d
commit 597ebfcae2
No known key found for this signature in database
GPG Key ID: 02BA0D4480CA6C44
  1. 1
      pkgs/tools/graphics/astc-encoder/default.nix

@ -73,5 +73,6 @@ gccStdenv.mkDerivation rec {
platforms = platforms.unix;
license = licenses.asl20;
maintainers = with maintainers; [ dasisdormax ];
broken = !gccStdenv.is64bit;
};
}

Loading…
Cancel
Save