tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
abduco: drop `darwin.libutil` dependency
Emily
1 year ago
3602fc32
ec62a8ee
+1
-5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
abduco
default.nix
+1
-5
pkgs/tools/misc/abduco/default.nix
···
1
1
-
{ lib, stdenv, fetchpatch, fetchzip, writeText, darwin, conf ? null }:
1
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
23
-
24
24
-
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
25
25
-
darwin.libutil
26
26
-
];
27
23
28
24
patches = [
29
25
# https://github.com/martanne/abduco/pull/22