Revert "singular: fix build" (#389465)

authored by

K900 and committed by
GitHub
1eb7c2d9 16ae74dc

-6
-6
pkgs/by-name/si/singular/package.nix
··· 119 119 -i '{}' ';' 120 120 ''; 121 121 122 - # FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009 123 - preConfigure = '' 124 - substituteInPlace build-aux/ltmain.sh \ 125 - --replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a' 126 - ''; 127 - 128 122 hardeningDisable = lib.optional stdenv.hostPlatform.isi686 "stackprotector"; 129 123 130 124 doCheck = true; # very basic checks, does not test any libraries