kgocode: added automoc4 to buildInputs
This commit is contained in:
parent
e89384aad0
commit
3c67935ec4
@ -1,9 +1,9 @@
|
|||||||
{ fetchgit, stdenv, cmake, kdelibs } :
|
{ fetchgit, stdenv, cmake, kdelibs, automoc4 } :
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kgocode-0.0.1";
|
name = "kgocode-0.0.1";
|
||||||
|
|
||||||
buildInputs = [ cmake kdelibs ];
|
buildInputs = [ cmake kdelibs automoc4 ];
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://bitbucket.org/lucashnegri/kgocode.git;
|
url = https://bitbucket.org/lucashnegri/kgocode.git;
|
||||||
|
Loading…
Reference in New Issue
Block a user