netsurf: enables more first-party libraries
This commit is contained in:
parent
c405588b7c
commit
268100414f
1 changed files with 8 additions and 0 deletions
|
@ -1,18 +1,22 @@
|
|||
{ stdenv, fetchurl, pkgconfig, libpng, openssl, curl, gtk2, check, SDL
|
||||
, libxml2, libidn, perl, nettools, perlPackages, xxd
|
||||
, libXcursor, libXrandr, makeWrapper
|
||||
, libwebp
|
||||
, uilib ? "framebuffer"
|
||||
, buildsystem
|
||||
, nsgenbind
|
||||
, libnsfb
|
||||
, libwapcaplet
|
||||
, libparserutils
|
||||
, libnslog
|
||||
, libcss
|
||||
, libhubbub
|
||||
, libdom
|
||||
, libnsbmp
|
||||
, libnsgif
|
||||
, libsvgtiny
|
||||
, libnsutils
|
||||
, libnspsl
|
||||
, libutf8proc
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
@ -38,17 +42,21 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ libpng openssl curl gtk2 check libxml2 libidn perl
|
||||
nettools perlPackages.HTMLParser libXcursor libXrandr makeWrapper SDL
|
||||
libwebp
|
||||
buildsystem
|
||||
nsgenbind
|
||||
libnsfb
|
||||
libwapcaplet
|
||||
libparserutils
|
||||
libnslog
|
||||
libcss
|
||||
libhubbub
|
||||
libdom
|
||||
libnsbmp
|
||||
libnsgif
|
||||
libsvgtiny
|
||||
libnsutils
|
||||
libnspsl
|
||||
libutf8proc
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue