From cfb15c65204bcee4539e2bc6dcde197aa57ad95a Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 11 Mar 2025 21:07:43 +0300 Subject: [PATCH] Revert "glusterfs: also apply hack" This reverts commit 8503e5613fad9f08f5090212ead1357899d8a71f. --- pkgs/by-name/gl/glusterfs/package.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/by-name/gl/glusterfs/package.nix b/pkgs/by-name/gl/glusterfs/package.nix index 7122f77bf640..7c367cd2ad09 100644 --- a/pkgs/by-name/gl/glusterfs/package.nix +++ b/pkgs/by-name/gl/glusterfs/package.nix @@ -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