From 9c999054b875d9032a34e7c912168cc9dedc96bd Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 14 May 2024 11:50:49 +0200 Subject: [PATCH] Revert "pkgsMusl.libeatmydata: fix build" This reverts commit c988fcc9b0cffbd2684e996d77a871f32741b3b8. The patch is no longer necessary since upstream commit 1d06f46 ("Fix compile error with musl libc"). --- pkgs/development/libraries/libeatmydata/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/libraries/libeatmydata/default.nix b/pkgs/development/libraries/libeatmydata/default.nix index 7be484538ab1..2a76731829a7 100644 --- a/pkgs/development/libraries/libeatmydata/default.nix +++ b/pkgs/development/libraries/libeatmydata/default.nix @@ -1,7 +1,6 @@ { lib , stdenv , fetchFromGitHub -, fetchpatch2 , autoreconfHook , strace , which @@ -18,14 +17,6 @@ stdenv.mkDerivation rec { sha256 = "sha256-0lrYDW51/KSr809whGwg9FYhzcLRfmoxipIgrK1zFCc="; }; - patches = [ - # Fixes "error: redefinition of 'open'" on musl - (fetchpatch2 { - url = "https://raw.githubusercontent.com/void-linux/void-packages/861ac185a6b60134292ff93d40e40b5391d0aa8e/srcpkgs/libeatmydata/patches/musl.patch"; - hash = "sha256-MZfTgf2Qn94UpPlYNRM2zK99iKQorKQrlbU5/1WJhJM="; - }) - ]; - postPatch = '' patchShebangs . '';