about summary refs log tree commit diff
path: root/pkgs/tools/misc/contacts
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-04-08 00:27:14 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-04-09 18:35:35 -0500
commit65562e4cddab2c28511d81bf5dd56a4bf767a8f9 (patch)
tree5eac7a70e3bcadb5582a6cc7e2202e87732d57b1 /pkgs/tools/misc/contacts
parent7c1e39746d2570005877142908a10d693018ad56 (diff)
downloadnixlib-65562e4cddab2c28511d81bf5dd56a4bf767a8f9.tar
nixlib-65562e4cddab2c28511d81bf5dd56a4bf767a8f9.tar.gz
nixlib-65562e4cddab2c28511d81bf5dd56a4bf767a8f9.tar.bz2
nixlib-65562e4cddab2c28511d81bf5dd56a4bf767a8f9.tar.lz
nixlib-65562e4cddab2c28511d81bf5dd56a4bf767a8f9.tar.xz
nixlib-65562e4cddab2c28511d81bf5dd56a4bf767a8f9.tar.zst
nixlib-65562e4cddab2c28511d81bf5dd56a4bf767a8f9.zip
treewide: change install references for xcbuild
now build directory is "Products/Release/"
Diffstat (limited to 'pkgs/tools/misc/contacts')
-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