about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/usbrelay/daemon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/usbrelay/daemon.nix')
-rw-r--r--pkgs/os-specific/linux/usbrelay/daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/usbrelay/daemon.nix b/pkgs/os-specific/linux/usbrelay/daemon.nix
index 7aa1c3f153bb4..6e4e4661fd53a 100644
--- a/pkgs/os-specific/linux/usbrelay/daemon.nix
+++ b/pkgs/os-specific/linux/usbrelay/daemon.nix
@@ -5,7 +5,7 @@ in
 # This is a separate derivation, not just an additional output of
 # usbrelay, because otherwise, we have a cyclic dependency between
 # usbrelay (default.nix) and the python module (python.nix).
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   pname = "usbrelayd";
 
   inherit (usbrelay) src version;