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.
1 parent 9a807b1 commit 8503e56Copy full SHA for 8503e56
pkgs/by-name/gl/glusterfs/package.nix
@@ -159,6 +159,12 @@ stdenv.mkDerivation rec {
159
"--localstatedir=/var"
160
];
161
162
+ # FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
163
+ postConfigure = ''
164
+ substituteInPlace libtool \
165
+ --replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
166
+ '';
167
+
168
nativeBuildInputs = [
169
autoconf
170
automake
0 commit comments