about summary refs log tree commit diff
path: root/pkgs/tools/misc/contacts
diff options
context:
space:
mode:
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