dwb: update from 2014-12-15 to 2015-07-07
This commit is contained in:
parent
9fa19cfcea
commit
3a1dc590f4
|
@ -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"'';
|
||||||
|
@ -27,7 +28,7 @@ stdenv.mkDerivation {
|
||||||
homepage = http://portix.bitbucket.org/dwb/;
|
homepage = http://portix.bitbucket.org/dwb/;
|
||||||
description = "A lightweight web browser based on the webkit web browser engine and the gtk toolkit";
|
description = "A lightweight web browser based on the webkit web browser engine and the gtk toolkit";
|
||||||
platforms = platforms.mesaPlatforms;
|
platforms = platforms.mesaPlatforms;
|
||||||
maintainers = with maintainers;[ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue