Merge pull request #180915 from smancill/ginac-darwin
ginac: mark as unbroken on darwin
This commit is contained in:
commit
2765366fb8
@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [ "--disable-rpath" ];
|
configureFlags = [ "--disable-rpath" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
description = "GiNaC is Not a CAS";
|
description = "GiNaC is Not a CAS";
|
||||||
homepage = "https://www.ginac.de/";
|
homepage = "https://www.ginac.de/";
|
||||||
maintainers = with maintainers; [ lovek323 ];
|
maintainers = with maintainers; [ lovek323 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user