rucksack: restrict to x86 linux platforms
This commit is contained in:
parent
57a19cb5b6
commit
c19ab4587e
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Texture packer and resource bundler";
|
||||
platforms = platforms.unix;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ]; # fails on Darwin and AArch64
|
||||
homepage = https://github.com/andrewrk/rucksack;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.andrewrk ];
|
||||
|
Loading…
Reference in New Issue
Block a user