summary refs log tree commit diff
path: root/pkgs/tools/misc/watchexec
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2019-06-20 18:36:11 +0200
committerDaiderd Jordan <daiderd@gmail.com>2019-07-03 22:20:24 +0200
commitea4f282128bbf6d6dbd874c4d52efbf7cc643429 (patch)
tree9d453117587e48be6b4cf2531302d4babf72e18c /pkgs/tools/misc/watchexec
parent5ecbcc088658385e91c6670ab4b10a928e14e090 (diff)
downloadnixpkgs-ea4f282128bbf6d6dbd874c4d52efbf7cc643429.tar
nixpkgs-ea4f282128bbf6d6dbd874c4d52efbf7cc643429.tar.gz
nixpkgs-ea4f282128bbf6d6dbd874c4d52efbf7cc643429.tar.bz2
nixpkgs-ea4f282128bbf6d6dbd874c4d52efbf7cc643429.tar.lz
nixpkgs-ea4f282128bbf6d6dbd874c4d52efbf7cc643429.tar.xz
nixpkgs-ea4f282128bbf6d6dbd874c4d52efbf7cc643429.tar.zst
nixpkgs-ea4f282128bbf6d6dbd874c4d52efbf7cc643429.zip
watchexec: remove cf-private
Diffstat (limited to 'pkgs/tools/misc/watchexec')
-rw-r--r--pkgs/tools/misc/watchexec/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/tools/misc/watchexec/default.nix b/pkgs/tools/misc/watchexec/default.nix
index b0471e56c07..d15bfb3887a 100644
--- a/pkgs/tools/misc/watchexec/default.nix
+++ b/pkgs/tools/misc/watchexec/default.nix
@@ -13,11 +13,7 @@ rustPlatform.buildRustPackage rec {
 
   cargoSha256 = "1sqwplvpg0n9j0h9j94m7a6ylgqi4y4wyx489y09z9gm7aqgrsjc";
 
-  buildInputs = stdenv.lib.optionals stdenv.isDarwin [
-    CoreServices
-    # This is needed to avoid an undefined symbol error "_CFURLResourceIsReachable"
-    darwin.cf-private
-  ];
+  buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];
 
   meta = with stdenv.lib; {
     description = "Executes commands in response to file modifications";