goxel: re-enable aarch64 (#59882)

* goxel: re-enable aarch64
This commit is contained in:
Jörg Thalheim 2019-04-25 21:48:35 +01:00 committed by Renaud
parent b3d9da5f0a
commit 9bdcd2aaeb

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "Open Source 3D voxel editor";
homepage = https://guillaumechereau.github.io/goxel/;
license = licenses.gpl3;
platforms = [ "x86_64-linux" ]; # see https://github.com/guillaumechereau/goxel/issues/125
platforms = platforms.linux;
maintainers = with maintainers; [ tilpner ];
};
}