surf: updating to 0.5, and making it build.

It needed webkit_gtk2.
This commit is contained in:
Lluís Batlle 2012-08-05 13:01:43 +02:00
parent 1229893ebe
commit 3d2e1508ee
2 changed files with 3 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "surf-${version}";
version="0.4.1";
version="0.5";
src = fetchurl {
url = "http://dl.suckless.org/surf/surf-${version}.tar.gz";
sha256 = "0im5psjw0r8av3zjyy2wqcl6y5ylwnrab5kfcwc23bsbx2irnw4k";
sha256 = "19qfkwdk6p5hcwnnplscp1kmypz74mga7x6iqy6w3g18s221f2mx";
};
buildInputs = [ gtk webkit pkgconfig glib libsoup ];

View File

@ -7556,6 +7556,7 @@ let
surf = callPackage ../applications/misc/surf {
libsoup = gnome.libsoup;
webkit = webkit_gtk2;
};
svk = perlPackages.SVK;