abduco: drop `darwin.libutil` dependency

Emily 3602fc32 ec62a8ee

+1 -5
+1 -5
pkgs/tools/misc/abduco/default.nix
··· 1 - { lib, stdenv, fetchpatch, fetchzip, writeText, darwin, conf ? null }: 1 + { lib, stdenv, fetchpatch, fetchzip, writeText, conf ? null }: 2 2 3 3 let 4 4 rev = "8c32909a159aaa9484c82b71f05b7a73321eb491"; ··· 20 20 21 21 installFlags = [ "install-completion" ]; 22 22 CFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-D_DARWIN_C_SOURCE"; 23 - 24 - buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 25 - darwin.libutil 26 - ]; 27 23 28 24 patches = [ 29 25 # https://github.com/martanne/abduco/pull/22