telepathy-mission-control: 5.16.5 → 5.16.6
just includes a fix we were already cherry-picking:
67df52b68b
This commit is contained in:
parent
9b7d444159
commit
3a70793904
@ -1,7 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchpatch
|
, pkg-config
|
||||||
, pkgconfig
|
|
||||||
, dconf
|
, dconf
|
||||||
, telepathy-glib
|
, telepathy-glib
|
||||||
, python3
|
, python3
|
||||||
@ -11,31 +10,21 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "telepathy-mission-control";
|
pname = "telepathy-mission-control";
|
||||||
version = "5.16.5";
|
version = "5.16.6";
|
||||||
|
|
||||||
outputs = [ "out" "lib" "dev" ];
|
outputs = [ "out" "lib" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://telepathy.freedesktop.org/releases/${pname}/${pname}-${version}.tar.gz";
|
url = "https://telepathy.freedesktop.org/releases/${pname}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "00xxv38cfdirnfvgyd56m60j0nkmsv5fz6p2ydyzsychicxl6ssc";
|
sha256 = "0ibs575pfr0wmhfcw6ln6iz7gw2y45l3bah11rksf6g9jlwsxy1d";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Fix property name (new GLib is stricter)
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/81626#issuecomment-601494939
|
|
||||||
# https://gitlab.gnome.org/GNOME/polari/-/merge_requests/141
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/TelepathyIM/telepathy-mission-control/commit/d8dab08fe8db137c6bbd8bbdc3d9b01d98c48910.patch";
|
|
||||||
sha256 = "1rchl0lyfj5c3yhl63spzvx9b6ny3967dlq4hgp9qhqn0zjra3sb";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python3
|
python3
|
||||||
]; # ToDo: optional stuff missing
|
]; # ToDo: optional stuff missing
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkg-config
|
||||||
libxslt
|
libxslt
|
||||||
makeWrapper
|
makeWrapper
|
||||||
];
|
];
|
||||||
@ -57,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An account manager and channel dispatcher for the Telepathy framework";
|
description = "An account manager and channel dispatcher for the Telepathy framework";
|
||||||
homepage = "https://telepathy.freedesktop.org/components/telepathy-mission-control/";
|
homepage = "https://telepathy.freedesktop.org/components/telepathy-mission-control/";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21Only;
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ jtojnar ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user