guitone: fix parallel building

+10
+3
pkgs/applications/version-management/guitone/default.nix
··· 16 16 branch = "net.venge.monotone.guitone"; 17 17 }; 18 18 19 + patches = [ ./parallel-building.patch ]; 20 + 19 21 nativeBuildInputs = [ pkgconfig ]; 20 22 buildInputs = [ qt4 qmake4Hook graphviz ]; 21 23 ··· 24 26 meta = { 25 27 description = "Qt4 based GUI for monotone"; 26 28 homepage = http://guitone.thomaskeller.biz; 29 + downloadPage = https://code.monotone.ca/p/guitone/; 27 30 inherit (qt4.meta) platforms; 28 31 }; 29 32 }
+7
pkgs/applications/version-management/guitone/parallel-building.patch
··· 1 + Without this `make tmp/AttributesView.o` fails with 2 + src/view/dialogs/AddEditAttribute.h:22:35: fatal error: ui_add_edit_attribute.h: No such file or directory 3 + --- a/guitone.pro 4 + +++ b/guitone.pro 5 + @@ -215 +215,2 @@ help.commands = @echo Available targets: $${QMAKE_EXTRA_TARGETS} 6 + QMAKE_EXTRA_TARGETS += help 7 + +CONFIG += depend_includepath