Revert "pkgsMusl.libeatmydata: fix build"

This reverts commit c988fcc9b0.

The patch is no longer necessary since upstream commit
1d06f46 ("Fix compile error with musl libc").
This commit is contained in:
Alyssa Ross 2024-05-14 11:50:49 +02:00
parent f399f43a39
commit 9c999054b8
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -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 .
'';