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

authored by Yureka and committed by GitHub 6ff09ebe 1106312d

-4
-4
pkgs/os-specific/linux/nfs-utils/default.nix
··· 50 50 ]; 51 51 52 52 patches = lib.optionals stdenv.hostPlatform.isMusl [ 53 - (fetchpatch { 54 - url = "https://raw.githubusercontent.com/alpinelinux/aports/cb880042d48d77af412d4688f24b8310ae44f55f/main/nfs-utils/0011-exportfs-only-do-glibc-specific-hackery-on-glibc.patch"; 55 - sha256 = "0rrddrykz8prk0dcgfvmnz0vxn09dbgq8cb098yjjg19zz6d7vid"; 56 - }) 57 53 # http://openwall.com/lists/musl/2015/08/18/10 58 54 (fetchpatch { 59 55 url = "https://raw.githubusercontent.com/alpinelinux/aports/cb880042d48d77af412d4688f24b8310ae44f55f/main/nfs-utils/musl-getservbyport.patch";