From 3af6c86e7e37eac0f7bd1633709666d40d111bde Mon Sep 17 00:00:00 2001 From: Sean Lee Date: Mon, 11 Jan 2016 02:18:28 -0500 Subject: [PATCH] ranger: added file as a runtime dependency --- pkgs/applications/misc/ranger/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/ranger/default.nix b/pkgs/applications/misc/ranger/default.nix index 5fcb028f0cd..3c13623af94 100644 --- a/pkgs/applications/misc/ranger/default.nix +++ b/pkgs/applications/misc/ranger/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, buildPythonPackage, python, w3m }: +{ stdenv, fetchurl, buildPythonPackage, python, w3m, file }: buildPythonPackage rec { name = "ranger-1.7.1"; @@ -16,7 +16,7 @@ buildPythonPackage rec { sha256 = "11nznx2lqv884q9d2if63101prgnjlnan8pcwy550hji2qsn3c7q"; }; - propagatedBuildInputs = with python.modules; [ curses ]; + propagatedBuildInputs = [ python.modules.curses file ]; preConfigure = '' substituteInPlace ranger/ext/img_display.py \