ranger: fix build on Darwin

This commit is contained in:
Alyssa Ross 2019-01-26 00:15:05 +00:00
parent 9310fc3e13
commit 74fa1860dd
No known key found for this signature in database
GPG Key ID: C4844408C0657052

View File

@ -16,6 +16,8 @@ python3Packages.buildPythonApplication rec {
sha256= "1ws6g8z1m1hfp8bv4msvbaa9f7948p687jmc8h69yib4jkv3qyax";
};
LC_ALL = "en_US.UTF-8";
checkInputs = with python3Packages; [ pytest ];
propagatedBuildInputs = [ file ];