Merge pull request #311616 from alyssais/libeatmydata-musl

Revert "pkgsMusl.libeatmydata: fix build"

authored by Franz Pletz and committed by GitHub d22b10d5 1bbef373

-9
-9
pkgs/development/libraries/libeatmydata/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch2 5 , autoreconfHook 6 , strace 7 , which ··· 17 rev = "refs/tags/v${version}"; 18 sha256 = "sha256-0lrYDW51/KSr809whGwg9FYhzcLRfmoxipIgrK1zFCc="; 19 }; 20 - 21 - patches = [ 22 - # Fixes "error: redefinition of 'open'" on musl 23 - (fetchpatch2 { 24 - url = "https://raw.githubusercontent.com/void-linux/void-packages/861ac185a6b60134292ff93d40e40b5391d0aa8e/srcpkgs/libeatmydata/patches/musl.patch"; 25 - hash = "sha256-MZfTgf2Qn94UpPlYNRM2zK99iKQorKQrlbU5/1WJhJM="; 26 - }) 27 - ]; 28 29 postPatch = '' 30 patchShebangs .
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , autoreconfHook 5 , strace 6 , which ··· 16 rev = "refs/tags/v${version}"; 17 sha256 = "sha256-0lrYDW51/KSr809whGwg9FYhzcLRfmoxipIgrK1zFCc="; 18 }; 19 20 postPatch = '' 21 patchShebangs .