Loading pkgs/os-specific/darwin/karabiner-elements/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -41,9 +41,10 @@ stdenv.mkDerivation (finalAttrs: { sourceRoot = "."; postPatch = '' for f in *.pkg/Library/Launch{Agents,Daemons}/*.plist; do substituteInPlace $f \ --replace "/Library/" "$out/Library/" shopt -s globstar for f in *.pkg/Library/**/Launch{Agents,Daemons}/*.plist; do substituteInPlace "$f" \ --replace-fail "/Library/" "$out/Library/" done ''; Loading Loading
pkgs/os-specific/darwin/karabiner-elements/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -41,9 +41,10 @@ stdenv.mkDerivation (finalAttrs: { sourceRoot = "."; postPatch = '' for f in *.pkg/Library/Launch{Agents,Daemons}/*.plist; do substituteInPlace $f \ --replace "/Library/" "$out/Library/" shopt -s globstar for f in *.pkg/Library/**/Launch{Agents,Daemons}/*.plist; do substituteInPlace "$f" \ --replace-fail "/Library/" "$out/Library/" done ''; Loading