mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
libosmo-sigtran: init at 2.0.1
libosmo-sigtran replaced libosomo-sccp
This commit is contained in:
parent
bd13a0f173
commit
613cfb8bee
7 changed files with 18 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
autoreconfHook,
|
||||
fetchFromGitHub,
|
||||
fetchgit,
|
||||
lksctp-tools,
|
||||
pkg-config,
|
||||
libosmocore,
|
||||
|
@ -10,14 +10,14 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libosmo-sccp";
|
||||
version = "1.9.0";
|
||||
pname = "libosmo-sigtran";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "osmocom";
|
||||
repo = "libosmo-sccp";
|
||||
# fetchFromGitea hangs
|
||||
src = fetchgit {
|
||||
url = "https://gitea.osmocom.org/osmocom/libosmo-sigtran.git";
|
||||
rev = version;
|
||||
hash = "sha256-XEpkLLOjq28ipAbAyR1uBpo3i77xRZyD9NJ35HlRWXU=";
|
||||
hash = "sha256-tNSe5FFietdjl80hhQntsdgG90CP7z7RWyTpGhsApt0=";
|
||||
};
|
||||
|
||||
configureFlags = [ "--with-systemdsystemunitdir=$out" ];
|
|
@ -7,7 +7,7 @@
|
|||
libosmocore,
|
||||
libosmoabis,
|
||||
libosmo-netif,
|
||||
libosmo-sccp,
|
||||
libosmo-sigtran,
|
||||
osmo-mgw,
|
||||
}:
|
||||
|
||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
libosmocore
|
||||
libosmoabis
|
||||
libosmo-netif
|
||||
libosmo-sccp
|
||||
libosmo-sigtran
|
||||
osmo-mgw
|
||||
];
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
lksctp-tools,
|
||||
libosmo-netif,
|
||||
libasn1c,
|
||||
libosmo-sccp,
|
||||
libosmo-sigtran,
|
||||
osmo-iuh,
|
||||
osmo-mgw,
|
||||
}:
|
||||
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||
lksctp-tools
|
||||
libosmo-netif
|
||||
libasn1c
|
||||
libosmo-sccp
|
||||
libosmo-sigtran
|
||||
osmo-iuh
|
||||
osmo-mgw
|
||||
];
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
libasn1c,
|
||||
libosmoabis,
|
||||
libosmo-netif,
|
||||
libosmo-sccp,
|
||||
libosmo-sigtran,
|
||||
osmo-iuh,
|
||||
}:
|
||||
|
||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||
libasn1c
|
||||
libosmoabis
|
||||
libosmo-netif
|
||||
libosmo-sccp
|
||||
libosmo-sigtran
|
||||
osmo-iuh
|
||||
];
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
libosmocore,
|
||||
lksctp-tools,
|
||||
libosmo-netif,
|
||||
libosmo-sccp,
|
||||
libosmo-sigtran,
|
||||
libasn1c,
|
||||
python3,
|
||||
}:
|
||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
libosmocore
|
||||
lksctp-tools
|
||||
libosmo-netif
|
||||
libosmo-sccp
|
||||
libosmo-sigtran
|
||||
libasn1c
|
||||
];
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
sqlite,
|
||||
libosmoabis,
|
||||
libosmo-netif,
|
||||
libosmo-sccp,
|
||||
libosmo-sigtran,
|
||||
osmo-mgw,
|
||||
osmo-hlr,
|
||||
lksctp-tools,
|
||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||
sqlite
|
||||
libosmoabis
|
||||
libosmo-netif
|
||||
libosmo-sccp
|
||||
libosmo-sigtran
|
||||
osmo-mgw
|
||||
osmo-hlr
|
||||
lksctp-tools
|
||||
|
|
|
@ -651,6 +651,7 @@ mapAliases {
|
|||
liblastfm = throw "'liblastfm' has been renamed to/replaced by 'libsForQt5.liblastfm'"; # Converted to throw 2024-10-17
|
||||
libmx = throw "'libmx' has been removed due to lack of maintenance upstream."; # Added 2024-12-04
|
||||
liboop = throw "liboop has been removed as it is unmaintained upstream."; # Added 2024-08-14
|
||||
libosmo-sccp = libosmo-sigtran; # Added 2024-12-20
|
||||
libpqxx_6 = throw "libpqxx_6 has been removed, please use libpqxx"; # Added 2024-10-02
|
||||
libpulseaudio-vanilla = libpulseaudio; # Added 2022-04-20
|
||||
libquotient = libsForQt5.libquotient; # Added 2023-11-11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue