darwin.shell_cmds: add missing dependency on launchd
This commit is contained in:
parent
3e47747657
commit
577bcf38f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user