summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nfs-utils
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2022-11-27 19:11:44 +0100
committerGitHub <noreply@github.com>2022-11-27 19:11:44 +0100
commit6ff09ebe045ba5c048fa30ed1aa42c928dacb11f (patch)
treec2c3e04667d3d4a1513e3169e77ce1686d0497b2 /pkgs/os-specific/linux/nfs-utils
parent1106312d84546ba65e3c51fdca79cd0cc97ff46a (diff)
downloadnixpkgs-6ff09ebe045ba5c048fa30ed1aa42c928dacb11f.tar
nixpkgs-6ff09ebe045ba5c048fa30ed1aa42c928dacb11f.tar.gz
nixpkgs-6ff09ebe045ba5c048fa30ed1aa42c928dacb11f.tar.bz2
nixpkgs-6ff09ebe045ba5c048fa30ed1aa42c928dacb11f.tar.lz
nixpkgs-6ff09ebe045ba5c048fa30ed1aa42c928dacb11f.tar.xz
nixpkgs-6ff09ebe045ba5c048fa30ed1aa42c928dacb11f.tar.zst
nixpkgs-6ff09ebe045ba5c048fa30ed1aa42c928dacb11f.zip
pkgsMusl.nfs-utils: fix build (#203275)
This patch does not apply and is no longer needed.
alpine removed it here: https://git.alpinelinux.org/aports/commit/main/nfs-utils?id=165dd080660bea8a4cefb71b68fc1110732f8006
Diffstat (limited to 'pkgs/os-specific/linux/nfs-utils')
-rw-r--r--pkgs/os-specific/linux/nfs-utils/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/nfs-utils/default.nix b/pkgs/os-specific/linux/nfs-utils/default.nix
index acb325a6e09..4fde1dcf910 100644
--- a/pkgs/os-specific/linux/nfs-utils/default.nix
+++ b/pkgs/os-specific/linux/nfs-utils/default.nix
@@ -50,10 +50,6 @@ stdenv.mkDerivation rec {
     ];
 
   patches = lib.optionals stdenv.hostPlatform.isMusl [
-    (fetchpatch {
-      url = "https://raw.githubusercontent.com/alpinelinux/aports/cb880042d48d77af412d4688f24b8310ae44f55f/main/nfs-utils/0011-exportfs-only-do-glibc-specific-hackery-on-glibc.patch";
-      sha256 = "0rrddrykz8prk0dcgfvmnz0vxn09dbgq8cb098yjjg19zz6d7vid";
-    })
     # http://openwall.com/lists/musl/2015/08/18/10
     (fetchpatch {
       url = "https://raw.githubusercontent.com/alpinelinux/aports/cb880042d48d77af412d4688f24b8310ae44f55f/main/nfs-utils/musl-getservbyport.patch";