summary refs log tree commit diff
path: root/pkgs/development/tools/misc/chrpath
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/chrpath')
-rw-r--r--pkgs/development/tools/misc/chrpath/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/chrpath/default.nix b/pkgs/development/tools/misc/chrpath/default.nix
index 4170570e08a..956a8df69ce 100644
--- a/pkgs/development/tools/misc/chrpath/default.nix
+++ b/pkgs/development/tools/misc/chrpath/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   name = "chrpath-0.16";
 
   src = fetchurl {