summary refs log tree commit diff
path: root/pkgs/applications/graphics/goxel
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-04-25 21:48:35 +0100
committerRenaud <c0bw3b@users.noreply.github.com>2019-04-25 22:48:35 +0200
commit9bdcd2aaebd48a06528494477a593d8a4323e4d7 (patch)
treeba23b36245530e3a6a971b40a9d5656185ecd42e /pkgs/applications/graphics/goxel
parentb3d9da5f0a3d2e967ce9a6f7b349150964a14493 (diff)
downloadnixpkgs-9bdcd2aaebd48a06528494477a593d8a4323e4d7.tar
nixpkgs-9bdcd2aaebd48a06528494477a593d8a4323e4d7.tar.gz
nixpkgs-9bdcd2aaebd48a06528494477a593d8a4323e4d7.tar.bz2
nixpkgs-9bdcd2aaebd48a06528494477a593d8a4323e4d7.tar.lz
nixpkgs-9bdcd2aaebd48a06528494477a593d8a4323e4d7.tar.xz
nixpkgs-9bdcd2aaebd48a06528494477a593d8a4323e4d7.tar.zst
nixpkgs-9bdcd2aaebd48a06528494477a593d8a4323e4d7.zip
goxel: re-enable aarch64 (#59882)
* goxel: re-enable aarch64
Diffstat (limited to 'pkgs/applications/graphics/goxel')
-rw-r--r--pkgs/applications/graphics/goxel/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }