multiple tab support

phoen
Daniel Barlow 2022-02-08 11:02:44 +00:00
parent f405b56396
commit cba16113a1
2 changed files with 2 additions and 4 deletions

View File

@ -5,9 +5,6 @@ Touchscreen-friendly wrapper around Webkit
## TO DO
- downloads (pass to download manager)
- support multiple tabs
- allow closing tabs
- hook up url bar & title to show info for current tab
- find out if it's going to eat cpu like luakit does
- some kind of bookmarks/favourites/pinned tabs/memory of visited sites
- ESC in url bar cancels typing

View File

@ -1,6 +1,5 @@
{ stdenv
, callPackage
, dconf
, fetchFromGitHub
, fetchurl
, glib-networking
@ -34,6 +33,8 @@ in stdenv.mkDerivation {
src =./.;
inherit fennel;
# this will have to go into a makeWrapper thingy when we
# get to the point of producing an actual package
GIO_EXTRA_MODULES = "${glib-networking}/lib/gio/modules";
buildInputs = [ lua gtk3 webkitgtk gobject-introspection.dev
glib-networking ];