This commit is contained in:
Tom Sydney Kerckhove 2021-01-21 14:40:14 +01:00 committed by adisbladis
parent 62fc282c1d
commit 7a9d5dbe97
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -1400,7 +1400,7 @@ self: super:
watchdog = super.watchdog.overrideAttrs (
old: {
buildInputs = old.buildInputs or []
buildInputs = old.buildInputs or [ ]
++ pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.CoreServices;
}
);
@ -1430,5 +1430,5 @@ self: super:
}
);
}