summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-12 14:27:00 -0500
committerGitHub <noreply@github.com>2018-04-12 14:27:00 -0500
commit29bc5237333663b8cd2e8ed97b37dae84f26f150 (patch)
tree1a4c8b23554738e0e697cf1b5f4c98c0773bae46 /pkgs/tools/misc
parent39da015578c3b28e6f4d030d43937af759212383 (diff)
parent59bcd129e5a89dfcc49703de4499d9d83ed4305b (diff)
downloadnixlib-29bc5237333663b8cd2e8ed97b37dae84f26f150.tar
nixlib-29bc5237333663b8cd2e8ed97b37dae84f26f150.tar.gz
nixlib-29bc5237333663b8cd2e8ed97b37dae84f26f150.tar.bz2
nixlib-29bc5237333663b8cd2e8ed97b37dae84f26f150.tar.lz
nixlib-29bc5237333663b8cd2e8ed97b37dae84f26f150.tar.xz
nixlib-29bc5237333663b8cd2e8ed97b37dae84f26f150.tar.zst
nixlib-29bc5237333663b8cd2e8ed97b37dae84f26f150.zip
Merge pull request #38865 from matthewbauer/darwin-security-fixes
[darwin] Security fixes
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/contacts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/contacts/default.nix b/pkgs/tools/misc/contacts/default.nix
index d146cd93343e..47a74e84b55a 100644
--- a/pkgs/tools/misc/contacts/default.nix
+++ b/pkgs/tools/misc/contacts/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   installPhase = ''
     mkdir -p $out/bin
-    cp ./contacts-*/Build/Products/Default/contacts $out/bin
+    cp Products/Default/contacts $out/bin
   '';
 
   ## FIXME: the framework setup hook isn't adding these correctly