w3m: move defaults to package file
This commit is contained in:
parent
25709dfe50
commit
8cbe72a923
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch
|
{ stdenv, fetchFromGitHub, fetchpatch
|
||||||
, ncurses, boehmgc, gettext, zlib
|
, ncurses, boehmgc, gettext, zlib
|
||||||
, sslSupport ? true, openssl ? null
|
, sslSupport ? true, openssl ? null
|
||||||
, graphicsSupport ? true, imlib2 ? null
|
, graphicsSupport ? !stdenv.isDarwin, imlib2 ? null
|
||||||
, x11Support ? graphicsSupport, libX11 ? null
|
, x11Support ? graphicsSupport, libX11 ? null
|
||||||
, mouseSupport ? !stdenv.isDarwin, gpm-ncurses ? null
|
, mouseSupport ? !stdenv.isDarwin, gpm-ncurses ? null
|
||||||
, perl, man, pkgconfig, buildPackages, w3m
|
, perl, man, pkgconfig, buildPackages, w3m
|
||||||
|
@ -19896,9 +19896,7 @@ in
|
|||||||
|
|
||||||
vym = qt5.callPackage ../applications/misc/vym { };
|
vym = qt5.callPackage ../applications/misc/vym { };
|
||||||
|
|
||||||
w3m = callPackage ../applications/networking/browsers/w3m {
|
w3m = callPackage ../applications/networking/browsers/w3m { };
|
||||||
graphicsSupport = !stdenv.isDarwin;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Should always be the version with the most features
|
# Should always be the version with the most features
|
||||||
w3m-full = w3m;
|
w3m-full = w3m;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user