3
0
Fork 0
forked from mirrors/nixpkgs

guitone: move to qmake4Hook

This commit is contained in:
Nikolay Amiantov 2016-04-17 02:42:39 +03:00
parent e5e09e8cc7
commit 9a8a4b6efe

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchmtn, qt4, pkgconfig, graphviz }:
{ stdenv, fetchurl, fetchmtn, qt4, qmake4Hook, pkgconfig, graphviz }:
let version = "1.0-mtn-head"; in
stdenv.mkDerivation rec {
@ -16,10 +16,7 @@ stdenv.mkDerivation rec {
branch = "net.venge.monotone.guitone";
};
buildInputs = [ qt4 pkgconfig graphviz ];
prefixKey="PREFIX=";
configureScript = "qmake guitone.pro";
buildInputs = [ qt4 qmake4Hook pkgconfig graphviz ];
meta = {
description = "Qt4 based GUI for monotone";