summary refs log tree commit diff
path: root/pkgs/tools/networking/easyrsa/2.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/easyrsa/2.x.nix')
-rw-r--r--pkgs/tools/networking/easyrsa/2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/easyrsa/2.x.nix b/pkgs/tools/networking/easyrsa/2.x.nix
index 3c6c5f3d29927..9d6a1712e6736 100644
--- a/pkgs/tools/networking/easyrsa/2.x.nix
+++ b/pkgs/tools/networking/easyrsa/2.x.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, autoreconfHook, makeWrapper
 , gnugrep, openssl }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   name = "easyrsa-2.2.0";
 
   src = fetchurl {