Skip to content

Commit 5ade201

Browse files
authored
mate.eom: Apply hack for GCC symlink changes (#389225)
2 parents 986cd09 + 165e81e commit 5ade201

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/desktops/mate/eom/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ stdenv.mkDerivation rec {
5050
hicolor-icon-theme
5151
];
5252

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+
5359
enableParallelBuilding = true;
5460

5561
passthru.updateScript = mateUpdateScript { inherit pname; };

0 commit comments

Comments
 (0)