summary refs log tree commit diff
path: root/pkgs/applications/radio/ubertooth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/radio/ubertooth/default.nix')
-rw-r--r--pkgs/applications/radio/ubertooth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/ubertooth/default.nix b/pkgs/applications/radio/ubertooth/default.nix
index 2f6eed575b4..62e645fb6df 100644
--- a/pkgs/applications/radio/ubertooth/default.nix
+++ b/pkgs/applications/radio/ubertooth/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
     sha256 = "11r5ag2l5xn4pr7ycicm30w9c3ldn9yiqj1sqnjc79csxl2vrcfw";
   };
 
-  sourceRoot = "source/host";
+  sourceRoot = "${src.name}/host";
 
   nativeBuildInputs = [ cmake pkg-config ];
   buildInputs = [ libbtbb libpcap libusb1 bluez ];