dwb: update from 2014-12-15 to 2015-07-07

This commit is contained in:
Pascal Wittmann 2015-07-07 13:11:00 +02:00
parent 9fa19cfcea
commit 3a1dc590f4

View File

@ -1,16 +1,17 @@
{ stdenv, fetchgit, pkgconfig, makeWrapper, libsoup, webkitgtk2, gtk2, gnutls, json_c,
m4, glib_networking, gsettings_desktop_schemas, dconf }:
{ stdenv, fetchgit, pkgconfig, makeWrapper, libsoup, webkitgtk2, gtk2, gnutls
, json_c, m4, glib_networking, gsettings_desktop_schemas, dconf }:
stdenv.mkDerivation {
name = "dwb-2014-12-15";
name = "dwb-2015-07-07";
src = fetchgit {
url = "https://bitbucket.org/0mark/dwb_collect";
rev = "b94785470b11a0b6b52eecfc3bae276796b83a0d";
sha256 = "09xbifj223mflj62rfhi6q7cvnkpkzkwyyqhkm8w067pdscdhyvs";
rev = "9a50dcc7134015c6cb1d26afb77840cf69f7c782";
sha256 = "03nyr3c0x5b1jqax0zh407vvi4j47zkj1i52lqs35j2d2sci3lkb";
};
buildInputs = [ pkgconfig makeWrapper gsettings_desktop_schemas libsoup webkitgtk2 gtk2 gnutls json_c m4 ];
buildInputs = [ pkgconfig makeWrapper gsettings_desktop_schemas libsoup
webkitgtk2 gtk2 gnutls json_c m4 ];
# There are Xlib and gtk warnings therefore I have set Wno-error
makeFlags = ''PREFIX=$(out) GTK=2 CPPFLAGS="-Wno-error"'';
@ -27,7 +28,7 @@ stdenv.mkDerivation {
homepage = http://portix.bitbucket.org/dwb/;
description = "A lightweight web browser based on the webkit web browser engine and the gtk toolkit";
platforms = platforms.mesaPlatforms;
maintainers = with maintainers;[ pSub ];
maintainers = with maintainers; [ pSub ];
license = licenses.gpl3;
};
}