Revert "glusterfs: also apply hack"

This reverts commit 8503e5613f.
This commit is contained in:
K900 2025-03-11 21:07:43 +03:00
parent 2b21c29f9a
commit cfb15c6520

View file

@ -159,12 +159,6 @@ stdenv.mkDerivation rec {
"--localstatedir=/var"
];
# FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
postConfigure = ''
substituteInPlace libtool \
--replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
'';
nativeBuildInputs = [
autoconf
automake