darwin.shell_cmds: add missing dependency on launchd

This commit is contained in:
Ivan Babrou 2021-02-06 12:49:00 -08:00 committed by Andrew Childs
parent 3e47747657
commit 577bcf38f8

View file

@ -1,7 +1,7 @@
{ lib, appleDerivation, xcbuildHook }:
{ lib, appleDerivation, xcbuildHook, launchd }:
appleDerivation {
nativeBuildInputs = [ xcbuildHook ];
nativeBuildInputs = [ xcbuildHook launchd ];
patchPhase = ''
# NOTE: these hashes must be recalculated for each version change