Merge pull request #172580 from collares/singular-osx

singular: fix darwin build
This commit is contained in:
Sandro
2022-05-12 01:33:52 +02:00
committed by GitHub
@@ -4,6 +4,7 @@
, buildPackages
, sharutils
, file
, getconf
, flint
, ntl
, cddlib
@@ -87,7 +88,7 @@ stdenv.mkDerivation rec {
latex2html
texinfo4
texlive.combined.scheme-small
];
] ++ lib.optionals stdenv.isDarwin [ getconf ];
depsBuildBuild = [ buildPackages.stdenv.cc ];
preAutoreconf = ''