slic3r: Remove meta.broken due to Perl update.

The update happened in fac757a77e.

So it was a looong time ago and the build is working right now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-04-02 20:52:55 +02:00
parent e5b9a42aea
commit 6b467ade2c
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -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
};
}