ranger: added file as a runtime dependency

This commit is contained in:
Sean Lee 2016-01-11 02:18:28 -05:00
parent f438011aed
commit 3af6c86e7e

View File

@ -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 \