about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAndré-Patrick Bubel <code@andre-bubel.de>2018-10-08 22:42:31 +0200
committerAndré-Patrick Bubel <code@andre-bubel.de>2018-10-08 22:42:31 +0200
commit5ebf16dc9e20e5ef3d6f15fce47cea724ce523d1 (patch)
tree6d6a8214059d7f2e32d622d045e31590a1f5adb9 /pkgs/applications
parent0dd86a350d54a5bcdb6f8b969f18bd94e2275214 (diff)
downloadnixlib-5ebf16dc9e20e5ef3d6f15fce47cea724ce523d1.tar
nixlib-5ebf16dc9e20e5ef3d6f15fce47cea724ce523d1.tar.gz
nixlib-5ebf16dc9e20e5ef3d6f15fce47cea724ce523d1.tar.bz2
nixlib-5ebf16dc9e20e5ef3d6f15fce47cea724ce523d1.tar.lz
nixlib-5ebf16dc9e20e5ef3d6f15fce47cea724ce523d1.tar.xz
nixlib-5ebf16dc9e20e5ef3d6f15fce47cea724ce523d1.tar.zst
nixlib-5ebf16dc9e20e5ef3d6f15fce47cea724ce523d1.zip
slic3r-prusa3d: mark as broken on aarch64
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/slic3r/prusa3d.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/slic3r/prusa3d.nix b/pkgs/applications/misc/slic3r/prusa3d.nix
index 15517de3aed1..7df4007cf403 100644
--- a/pkgs/applications/misc/slic3r/prusa3d.nix
+++ b/pkgs/applications/misc/slic3r/prusa3d.nix
@@ -122,7 +122,7 @@ stdenv.mkDerivation rec {
     description = "G-code generator for 3D printer";
     homepage = https://github.com/prusa3d/Slic3r;
     license = licenses.agpl3;
-    platforms = subtractLists ["aarch64-linux"] platforms.linux;
     maintainers = with maintainers; [ tweber ];
+    broken = stdenv.hostPlatform.isAarch64;
   };
 }