Merge pull request #5343 from NixOS/dwb-switch-to-fork

dwb: switch to a maintained fork
This commit is contained in:
Pascal Wittmann 2014-12-16 13:08:30 +01:00
commit 78e4ec13e5

View file

@ -2,12 +2,12 @@
m4, glib_networking, gsettings_desktop_schemas, dconf }:
stdenv.mkDerivation {
name = "dwb-2014-09-20";
name = "dwb-2014-12-15";
src = fetchgit {
url = "https://bitbucket.org/portix/dwb.git";
rev = "6a0e483533021157fa83ce7533c1b25c71254f00";
sha256 = "0l8ryz4aqcw6ax6w7y22yl9bh8fs3gxnlppbas1jq7q7hjk1qs31";
url = "https://bitbucket.org/0mark/dwb_collect";
rev = "b94785470b11a0b6b52eecfc3bae276796b83a0d";
sha256 = "09xbifj223mflj62rfhi6q7cvnkpkzkwyyqhkm8w067pdscdhyvs";
};
buildInputs = [ pkgconfig makeWrapper gsettings_desktop_schemas libsoup webkitgtk2 gtk2 gnutls json_c m4 ];