From 6b467ade2c5cf4bf5c21f07db9a3785f8fdbc36d Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 2 Apr 2015 20:52:55 +0200 Subject: [PATCH] slic3r: Remove meta.broken due to Perl update. The update happened in fac757a77efa87c4050bef653d197381547f1b59. So it was a looong time ago and the build is working right now. Signed-off-by: aszlig --- pkgs/applications/misc/slic3r/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/misc/slic3r/default.nix b/pkgs/applications/misc/slic3r/default.nix index 727bb048605..a057197a92d 100644 --- a/pkgs/applications/misc/slic3r/default.nix +++ b/pkgs/applications/misc/slic3r/default.nix @@ -69,6 +69,5 @@ stdenv.mkDerivation rec { license = licenses.agpl3; platforms = platforms.linux; maintainers = with maintainers; [ bjornfor the-kenny ]; - broken = true; # requires Perl 5.14 }; }