We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 986cd09 + 165e81e commit 5ade201Copy full SHA for 5ade201
pkgs/desktops/mate/eom/default.nix
@@ -50,6 +50,12 @@ stdenv.mkDerivation rec {
50
hicolor-icon-theme
51
];
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
enableParallelBuilding = true;
60
61
passthru.updateScript = mateUpdateScript { inherit pname; };
0 commit comments