Merge pull request #172580 from collares/singular-osx

singular: fix darwin build
main
Sandro 2 years ago committed by GitHub
commit 324a5be95c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/applications/science/math/singular/default.nix

@ -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 = ''

Loading…
Cancel
Save