tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
guitone: fix parallel building
Orivej Desh
8 years ago
22116e51
7b6b0998
+10
2 changed files
expand all
collapse all
unified
split
pkgs
applications
version-management
guitone
default.nix
parallel-building.patch
+3
pkgs/applications/version-management/guitone/default.nix
···
16
16
branch = "net.venge.monotone.guitone";
17
17
};
18
18
19
19
+
patches = [ ./parallel-building.patch ];
20
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
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
1
+
Without this `make tmp/AttributesView.o` fails with
2
2
+
src/view/dialogs/AddEditAttribute.h:22:35: fatal error: ui_add_edit_attribute.h: No such file or directory
3
3
+
--- a/guitone.pro
4
4
+
+++ b/guitone.pro
5
5
+
@@ -215 +215,2 @@ help.commands = @echo Available targets: $${QMAKE_EXTRA_TARGETS}
6
6
+
QMAKE_EXTRA_TARGETS += help
7
7
+
+CONFIG += depend_includepath