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