summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/video/popcorntime/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/popcorntime/default.nix b/pkgs/applications/video/popcorntime/default.nix
index ab22a30d866a..0db56cc6fcd7 100644
--- a/pkgs/applications/video/popcorntime/default.nix
+++ b/pkgs/applications/video/popcorntime/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, pkgs, fetchurl, runCommand, makeWrapper, node_webkit ? pkgs.node_webkit_0_9
+{ stdenv, fetchurl, runCommand, makeWrapper, node_webkit_0_9
 }:
 
 let
@@ -22,7 +22,7 @@ let
     installPhase = ''
       mkdir -p $out
       cp -r *.so *.pak $out/
-      cat ${node_webkit}/bin/nw package.nw > $out/Popcorn-Time
+      cat ${node_webkit_0_9}/bin/nw package.nw > $out/Popcorn-Time
       chmod 555 $out/Popcorn-Time
     '';
   };