Merge pull request #54599 from alyssais/ranger

ranger: fix build on Darwin
This commit is contained in:
Jörg Thalheim 2019-01-26 04:34:08 +00:00 committed by GitHub
commit 0201c6b3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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