mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
treewide: random cleanups
This commit is contained in:
parent
365e288a28
commit
b135329dc5
6 changed files with 13 additions and 15 deletions
|
@ -43,7 +43,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
# give image previews out of the box when building with w3m
|
||||
substituteInPlace ranger/config/rc.conf \
|
||||
--replace "set preview_images false" "set preview_images true" \
|
||||
--replace "set preview_images false" "set preview_images true"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
|
@ -14,7 +14,6 @@ buildPythonPackage rec {
|
|||
sha256 = "1kp2iyx20lpc9dv4qg5fgwf83a1wx6f7hj1ldqyncg0kn9xcrhbg";
|
||||
};
|
||||
|
||||
# Required for tests only
|
||||
checkInputs = [ mock ];
|
||||
|
||||
checkPhase = "${python.interpreter} -m unittest discover -s tests";
|
||||
|
|
|
@ -83,4 +83,3 @@ wrapped-full = with luajitPackages; let
|
|||
'';
|
||||
|
||||
in result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue