From 9bdcd2aaebd48a06528494477a593d8a4323e4d7 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Thu, 25 Apr 2019 21:48:35 +0100 Subject: goxel: re-enable aarch64 (#59882) * goxel: re-enable aarch64 --- pkgs/applications/graphics/goxel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/graphics/goxel') diff --git a/pkgs/applications/graphics/goxel/default.nix b/pkgs/applications/graphics/goxel/default.nix index 371abafbe72..488c3eacc01 100644 --- a/pkgs/applications/graphics/goxel/default.nix +++ b/pkgs/applications/graphics/goxel/default.nix @@ -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 ]; }; } -- cgit 1.4.1