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:
parent
8f07a30e7d
commit
597ebfcae2
@ -73,5 +73,6 @@ gccStdenv.mkDerivation rec {
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ dasisdormax ];
|
||||
broken = !gccStdenv.is64bit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user