mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
ranger: fix build on Darwin
This commit is contained in:
parent
9310fc3e13
commit
74fa1860dd
@ -16,6 +16,8 @@ python3Packages.buildPythonApplication rec {
|
||||
sha256= "1ws6g8z1m1hfp8bv4msvbaa9f7948p687jmc8h69yib4jkv3qyax";
|
||||
};
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
||||
checkInputs = with python3Packages; [ pytest ];
|
||||
propagatedBuildInputs = [ file ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user