forked from mirrors/nixpkgs
libosmocore: 1.7.0 -> 1.8.0
This commit is contained in:
parent
86b6707628
commit
1b7a6a6e57
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libosmocore";
|
pname = "libosmocore";
|
||||||
version = "1.7.0";
|
version = "1.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "osmocom";
|
owner = "osmocom";
|
||||||
repo = "libosmocore";
|
repo = "libosmocore";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Dkud3ZA9m/UVbPugbQztUJXFpkQYTWjK2mamxfto9JA=";
|
hash = "sha256-xs8XI6xIUIZ7e0b+z4+FB6jNGY08t1wI4Ud8EHdi93I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
talloc
|
talloc
|
||||||
|
libmnl
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -38,7 +39,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gnutls
|
gnutls
|
||||||
libmnl
|
|
||||||
libusb1
|
libusb1
|
||||||
lksctp-tools
|
lksctp-tools
|
||||||
pcsclite
|
pcsclite
|
||||||
|
|
Loading…
Reference in a new issue