about summary refs log tree commit diff
path: root/pkgs/applications/networking/netperf
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/netperf')
-rw-r--r--pkgs/applications/networking/netperf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/netperf/default.nix b/pkgs/applications/networking/netperf/default.nix
index b3001c960574..c2a84971bc29 100644
--- a/pkgs/applications/networking/netperf/default.nix
+++ b/pkgs/applications/networking/netperf/default.nix
@@ -1,6 +1,6 @@
 { libsmbios, stdenv, autoreconfHook, fetchFromGitHub }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   pname = "netperf";
   version = "20180613";