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
This commit is contained in:
Maximilian Wende 2022-04-11 15:21:52 +02:00
parent 8f07a30e7d
commit 597ebfcae2
No known key found for this signature in database
GPG key ID: 02BA0D4480CA6C44

View file

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