tome4: aarch64 not supported
This commit is contained in:
parent
8a65d19e21
commit
6a49d53392
@ -82,6 +82,6 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = https://te4.org/;
|
homepage = https://te4.org/;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ chattered peterhoeg ];
|
maintainers = with maintainers; [ chattered peterhoeg ];
|
||||||
platforms = platforms.linux;
|
platforms = subtractLists ["aarch64-linux"] platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user