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
1 changed files with 2 additions and 2 deletions

View File

@ -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