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
1 changed files with 1 additions and 1 deletions

View File

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