lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

This reverts commit aca1e446e2d348c7e88aaf0dcb750d0a0d45c286.

K900 4e29b6dc cfb15c65

-31
-6
pkgs/by-name/bo/bonmin/package.nix
··· 57 57 "--with-asl-lib=-lipoptamplinterface -lamplsolver" 58 58 ]; 59 59 60 - # FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009 61 - postConfigure = '' 62 - substituteInPlace libtool \ 63 - --replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a' 64 - ''; 65 - 66 60 # Fix doc install. Should not be necessary after next release 67 61 # ref https://github.com/coin-or/Bonmin/commit/4f665bc9e489a73cb867472be9aea518976ecd28 68 62 sourceRoot = "${src.name}/Bonmin";
-7
pkgs/by-name/ec/eclib/package.nix
··· 41 41 nativeBuildInputs = [ 42 42 autoreconfHook 43 43 ]; 44 - 45 - # FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009 46 - postConfigure = '' 47 - substituteInPlace libtool \ 48 - --replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a' 49 - ''; 50 - 51 44 doCheck = true; 52 45 meta = with lib; { 53 46 description = "Elliptic curve tools";
-6
pkgs/by-name/gi/giac/package.nix
··· 106 106 substituteInPlace src/global.cc --replace 'browser="mozilla"' 'browser="xdg-open"' 107 107 ''; 108 108 109 - # FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009 110 - postConfigure = '' 111 - substituteInPlace libtool \ 112 - --replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a' 113 - ''; 114 - 115 109 nativeBuildInputs = [ 116 110 autoreconfHook 117 111 texliveSmall
-6
pkgs/desktops/mate/caja/default.nix
··· 46 46 47 47 configureFlags = [ "--disable-update-mimedb" ]; 48 48 49 - # FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009 50 - postConfigure = '' 51 - substituteInPlace libtool \ 52 - --replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a' 53 - ''; 54 - 55 49 enableParallelBuilding = true; 56 50 57 51 passthru.updateScript = mateUpdateScript { inherit pname; };
-6
pkgs/development/libraries/gtk-sharp/3.0.nix
··· 22 22 sha256 = "18n3l9zcldyvn4lwi8izd62307mkhz873039nl6awrv285qzah34"; 23 23 }; 24 24 25 - # FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009 26 - postConfigure = '' 27 - substituteInPlace libtool \ 28 - --replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a' 29 - ''; 30 - 31 25 nativeBuildInputs = [ pkg-config ]; 32 26 buildInputs = [ 33 27 mono