gnome.gnome-remote-desktop: 0.1.9 → 40.1
This commit is contained in:
parent
adc3f2a070
commit
2257cc06ee
@ -12,17 +12,20 @@
|
|||||||
, libvncserver
|
, libvncserver
|
||||||
, libsecret
|
, libsecret
|
||||||
, libnotify
|
, libnotify
|
||||||
|
, libxkbcommon
|
||||||
, gdk-pixbuf
|
, gdk-pixbuf
|
||||||
, freerdp
|
, freerdp
|
||||||
|
, fuse3
|
||||||
|
, gnome
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-remote-desktop";
|
pname = "gnome-remote-desktop";
|
||||||
version = "0.1.9";
|
version = "40.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
hash = "sha256-8iZtp4tBRT7NNRKuzwop3rcMvq16RG/I2sAlEIsJ0M8=";
|
hash = "sha256-mvpuUlVwo3IJP5cwM4JwkDiU87H5+KnfX1eDbqHSnek=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -36,11 +39,13 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
cairo
|
cairo
|
||||||
freerdp
|
freerdp
|
||||||
|
fuse3
|
||||||
gdk-pixbuf # For libnotify
|
gdk-pixbuf # For libnotify
|
||||||
glib
|
glib
|
||||||
libnotify
|
libnotify
|
||||||
libsecret
|
libsecret
|
||||||
libvncserver
|
libvncserver
|
||||||
|
libxkbcommon
|
||||||
pipewire
|
pipewire
|
||||||
systemd
|
systemd
|
||||||
];
|
];
|
||||||
@ -54,6 +59,13 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dsystemd_user_unit_dir=${placeholder "out"}/lib/systemd/user"
|
"-Dsystemd_user_unit_dir=${placeholder "out"}/lib/systemd/user"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
updateScript = gnome.updateScript {
|
||||||
|
packageName = pname;
|
||||||
|
attrPath = "gnome.${pname}";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://wiki.gnome.org/Projects/Mutter/RemoteDesktop";
|
homepage = "https://wiki.gnome.org/Projects/Mutter/RemoteDesktop";
|
||||||
description = "GNOME Remote Desktop server";
|
description = "GNOME Remote Desktop server";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user