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
1 changed files with 8 additions and 7 deletions

View File

@ -1,16 +1,17 @@
{ stdenv, fetchgit, pkgconfig, makeWrapper, libsoup, webkitgtk2, gtk2, gnutls, json_c, { stdenv, fetchgit, pkgconfig, makeWrapper, libsoup, webkitgtk2, gtk2, gnutls
m4, glib_networking, gsettings_desktop_schemas, dconf }: , json_c, m4, glib_networking, gsettings_desktop_schemas, dconf }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "dwb-2014-12-15"; name = "dwb-2015-07-07";
src = fetchgit { src = fetchgit {
url = "https://bitbucket.org/0mark/dwb_collect"; url = "https://bitbucket.org/0mark/dwb_collect";
rev = "b94785470b11a0b6b52eecfc3bae276796b83a0d"; rev = "9a50dcc7134015c6cb1d26afb77840cf69f7c782";
sha256 = "09xbifj223mflj62rfhi6q7cvnkpkzkwyyqhkm8w067pdscdhyvs"; 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 # There are Xlib and gtk warnings therefore I have set Wno-error
makeFlags = ''PREFIX=$(out) GTK=2 CPPFLAGS="-Wno-error"''; makeFlags = ''PREFIX=$(out) GTK=2 CPPFLAGS="-Wno-error"'';