skhd: silence implicit-function-declaration warning on Darwin
This commit is contained in:
parent
f0e5556c62
commit
740d990ce7
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"BUILD_PATH=$(out)/bin"
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/Library/LaunchDaemons
|
||||
cp ${./org.nixos.skhd.plist} $out/Library/LaunchDaemons/org.nixos.skhd.plist
|
||||
|
|
Loading…
Reference in a new issue