forked from mirrors/nixpkgs
guitone: move to qmake4Hook
This commit is contained in:
parent
e5e09e8cc7
commit
9a8a4b6efe
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, fetchmtn, qt4, pkgconfig, graphviz }:
|
{ stdenv, fetchurl, fetchmtn, qt4, qmake4Hook, pkgconfig, graphviz }:
|
||||||
|
|
||||||
let version = "1.0-mtn-head"; in
|
let version = "1.0-mtn-head"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -16,10 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
branch = "net.venge.monotone.guitone";
|
branch = "net.venge.monotone.guitone";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt4 pkgconfig graphviz ];
|
buildInputs = [ qt4 qmake4Hook pkgconfig graphviz ];
|
||||||
|
|
||||||
prefixKey="PREFIX=";
|
|
||||||
configureScript = "qmake guitone.pro";
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Qt4 based GUI for monotone";
|
description = "Qt4 based GUI for monotone";
|
||||||
|
|
Loading…
Reference in a new issue