about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-07-24 21:24:08 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2019-08-02 21:47:58 -0400
commit268100414f1171bc5e0a04769a812fed7b15bc07 (patch)
tree45a53688480a4726cca8269b6bf2d45189366161
parentc405588b7c531829569017657cbc5e4a0cba5213 (diff)
downloadnixlib-268100414f1171bc5e0a04769a812fed7b15bc07.tar
nixlib-268100414f1171bc5e0a04769a812fed7b15bc07.tar.gz
nixlib-268100414f1171bc5e0a04769a812fed7b15bc07.tar.bz2
nixlib-268100414f1171bc5e0a04769a812fed7b15bc07.tar.lz
nixlib-268100414f1171bc5e0a04769a812fed7b15bc07.tar.xz
nixlib-268100414f1171bc5e0a04769a812fed7b15bc07.tar.zst
nixlib-268100414f1171bc5e0a04769a812fed7b15bc07.zip
netsurf: enables more first-party libraries
-rw-r--r--pkgs/applications/misc/netsurf/browser/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/misc/netsurf/browser/default.nix b/pkgs/applications/misc/netsurf/browser/default.nix
index 63cf88d0829a..fb5d1179e5c6 100644
--- a/pkgs/applications/misc/netsurf/browser/default.nix
+++ b/pkgs/applications/misc/netsurf/browser/default.nix
@@ -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
  ];