singular: fix darwin build
This commit is contained in:
parent
f419dc5763
commit
15cf12c0ac
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
, buildPackages
|
, buildPackages
|
||||||
, sharutils
|
, sharutils
|
||||||
, file
|
, file
|
||||||
|
, getconf
|
||||||
, flint
|
, flint
|
||||||
, ntl
|
, ntl
|
||||||
, cddlib
|
, cddlib
|
||||||
|
@ -87,7 +88,7 @@ stdenv.mkDerivation rec {
|
||||||
latex2html
|
latex2html
|
||||||
texinfo4
|
texinfo4
|
||||||
texlive.combined.scheme-small
|
texlive.combined.scheme-small
|
||||||
];
|
] ++ lib.optionals stdenv.isDarwin [ getconf ];
|
||||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||||
|
|
||||||
preAutoreconf = ''
|
preAutoreconf = ''
|
||||||
|
|
Loading…
Reference in a new issue