mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00: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
|
# give image previews out of the box when building with w3m
|
||||||
substituteInPlace ranger/config/rc.conf \
|
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; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -14,7 +14,6 @@ buildPythonPackage rec {
|
||||||
sha256 = "1kp2iyx20lpc9dv4qg5fgwf83a1wx6f7hj1ldqyncg0kn9xcrhbg";
|
sha256 = "1kp2iyx20lpc9dv4qg5fgwf83a1wx6f7hj1ldqyncg0kn9xcrhbg";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Required for tests only
|
|
||||||
checkInputs = [ mock ];
|
checkInputs = [ mock ];
|
||||||
|
|
||||||
checkPhase = "${python.interpreter} -m unittest discover -s tests";
|
checkPhase = "${python.interpreter} -m unittest discover -s tests";
|
||||||
|
|
|
@ -83,4 +83,3 @@ wrapped-full = with luajitPackages; let
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in result
|
in result
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue