libosmocore: 0.9.6 -> 0.12.1
Add gnutls to buildInputs
This commit is contained in:
parent
f0f36737e2
commit
0534ed2c59
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig
|
||||||
, pcsclite, talloc, python2
|
, pcsclite, talloc, python2, gnutls
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libosmocore-${version}";
|
name = "libosmocore-${version}";
|
||||||
version = "0.9.6";
|
version = "0.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "osmocom";
|
owner = "osmocom";
|
||||||
repo = "libosmocore";
|
repo = "libosmocore";
|
||||||
rev = "3cc757df1822114bf446dc2d5f6a95da92321a25";
|
rev = version;
|
||||||
sha256 = "0dk7065qcy2kjra0p8q2124p73jcyvvzz3cmhid1kx5scyxmr017";
|
sha256 = "140c9jii0qs00s50kji1znc2339s22x8sz259x4pj35rrjzyyjgp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pcsclite python2
|
pcsclite python2 gnutls
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user