Revert "treewide: apply hack to packages that fail after GCC symlink changes"

This reverts commit aca1e446e2d348c7e88aaf0dcb750d0a0d45c286.

K900 4e29b6dc cfb15c65

Changed files
-31
pkgs
by-name
bo
bonmin
ec
eclib
gi
desktops
mate
development
libraries
gtk-sharp
-6
pkgs/by-name/bo/bonmin/package.nix
···
"--with-asl-lib=-lipoptamplinterface -lamplsolver"
];
-
# FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
-
postConfigure = ''
-
substituteInPlace libtool \
-
--replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
-
'';
-
# Fix doc install. Should not be necessary after next release
# ref https://github.com/coin-or/Bonmin/commit/4f665bc9e489a73cb867472be9aea518976ecd28
sourceRoot = "${src.name}/Bonmin";
-7
pkgs/by-name/ec/eclib/package.nix
···
nativeBuildInputs = [
autoreconfHook
];
-
-
# FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
-
postConfigure = ''
-
substituteInPlace libtool \
-
--replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
-
'';
-
doCheck = true;
meta = with lib; {
description = "Elliptic curve tools";
-6
pkgs/by-name/gi/giac/package.nix
···
substituteInPlace src/global.cc --replace 'browser="mozilla"' 'browser="xdg-open"'
'';
-
# FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
-
postConfigure = ''
-
substituteInPlace libtool \
-
--replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
-
'';
-
nativeBuildInputs = [
autoreconfHook
texliveSmall
-6
pkgs/desktops/mate/caja/default.nix
···
configureFlags = [ "--disable-update-mimedb" ];
-
# FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
-
postConfigure = ''
-
substituteInPlace libtool \
-
--replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
-
'';
-
enableParallelBuilding = true;
passthru.updateScript = mateUpdateScript { inherit pname; };
-6
pkgs/development/libraries/gtk-sharp/3.0.nix
···
sha256 = "18n3l9zcldyvn4lwi8izd62307mkhz873039nl6awrv285qzah34";
};
-
# FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
-
postConfigure = ''
-
substituteInPlace libtool \
-
--replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
-
'';
-
nativeBuildInputs = [ pkg-config ];
buildInputs = [
mono