guitone: fix parallel building
This commit is contained in:
@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
||||
branch = "net.venge.monotone.guitone";
|
||||
};
|
||||
|
||||
patches = [ ./parallel-building.patch ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ qt4 qmake4Hook graphviz ];
|
||||
|
||||
@@ -24,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Qt4 based GUI for monotone";
|
||||
homepage = http://guitone.thomaskeller.biz;
|
||||
downloadPage = https://code.monotone.ca/p/guitone/;
|
||||
inherit (qt4.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user