summary refs log tree commit diff
path: root/pkgs/top-level/haxe-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/haxe-packages.nix')
-rw-r--r--pkgs/top-level/haxe-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/haxe-packages.nix b/pkgs/top-level/haxe-packages.nix
index 35b0b42da3f..06b82a478a8 100644
--- a/pkgs/top-level/haxe-packages.nix
+++ b/pkgs/top-level/haxe-packages.nix
@@ -99,7 +99,7 @@ let
     hxnodejs_6 = let
       libname = "hxnodejs";
       version = "6.9.0";
-    in stdenv.mkDerivation rec {
+    in stdenv.mkDerivation {
       name = "${libname}-${version}";
       src = fetchFromGitHub {
         owner = "HaxeFoundation";