lol

Revert "mate.eom: Apply hack for GCC symlink changes" (#389262)

authored by

Bobby Rong and committed by
GitHub
dc7f4708 a6045239

-6
-6
pkgs/desktops/mate/eom/default.nix
··· 50 50 hicolor-icon-theme 51 51 ]; 52 52 53 - # FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009 54 - postConfigure = '' 55 - substituteInPlace libtool \ 56 - --replace-warn 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a' 57 - ''; 58 - 59 53 enableParallelBuilding = true; 60 54 61 55 passthru.updateScript = mateUpdateScript { inherit pname; };