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 {
|
appleDerivation {
|
||||||
nativeBuildInputs = [ xcbuildHook ];
|
nativeBuildInputs = [ xcbuildHook launchd ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
# NOTE: these hashes must be recalculated for each version change
|
# NOTE: these hashes must be recalculated for each version change
|
||||||
|
|
Loading…
Reference in New Issue