fetch master, use cmake
This commit is contained in:
parent
cfd192ee32
commit
394370fc24
@ -6,12 +6,11 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hoehermann";
|
owner = "hoehermann";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "5402cb63f6a20b90f7d3cc6fdb4bd5aca50eaab0";
|
||||||
sha256 = "4c7b44ebbe753eb44e88bba832cfe0df514bff854017cf88f07e6c5f433551b1";
|
sha256 = "LdQhXT3GyY2mTRXUSgynwxcEb/rPIU9VaWTPpq7jAHs=";
|
||||||
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
nativeBuildInputs = [ cmake ];
|
||||||
mkdir build && cd build
|
buildInputs = [ pidgin json-glib ];
|
||||||
cmake ..
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user