ginac: mark as unbroken on darwin

Marked as broken by #173671 but builds and works fine on darwin, with
sandbox enabled.
This commit is contained in:
Sebastián Mancilla 2022-07-09 22:42:39 -04:00
parent 7802f1b647
commit 9df44cc540

View File

@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-rpath" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "GiNaC is Not a CAS";
homepage = "https://www.ginac.de/";
maintainers = with maintainers; [ lovek323 ];