gnome.gnome-remote-desktop: 43.alpha → 43.beta
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/43.alpha...43.beta
VNC now disabled by default 55ce55afa1
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
1517b95c49
commit
e9282f5ab9
1 changed files with 6 additions and 4 deletions
|
@ -13,12 +13,13 @@
|
||||||
, nv-codec-headers-11
|
, nv-codec-headers-11
|
||||||
, pipewire
|
, pipewire
|
||||||
, systemd
|
, systemd
|
||||||
, libvncserver
|
|
||||||
, libsecret
|
, libsecret
|
||||||
, libnotify
|
, libnotify
|
||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
, gdk-pixbuf
|
, gdk-pixbuf
|
||||||
, freerdp
|
, freerdp
|
||||||
|
, fdk_aac
|
||||||
|
, tpm2-tss
|
||||||
, fuse3
|
, fuse3
|
||||||
, mesa
|
, mesa
|
||||||
, libgudev
|
, libgudev
|
||||||
|
@ -29,11 +30,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-remote-desktop";
|
pname = "gnome-remote-desktop";
|
||||||
version = "43.alpha";
|
version = "43.beta";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
hash = "sha256-MGLnrsKcyQYoPZ0hY0q3cv8NGVxS8n4aLFzMdtehKXE=";
|
hash = "sha256-th1u0ih9pV/Om1meTCsNBvuVEsvmkSYxu6cbfViVq+c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -48,6 +49,8 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cairo
|
cairo
|
||||||
freerdp
|
freerdp
|
||||||
|
fdk_aac
|
||||||
|
tpm2-tss
|
||||||
fuse3
|
fuse3
|
||||||
gdk-pixbuf # For libnotify
|
gdk-pixbuf # For libnotify
|
||||||
glib
|
glib
|
||||||
|
@ -56,7 +59,6 @@ stdenv.mkDerivation rec {
|
||||||
nv-codec-headers-11
|
nv-codec-headers-11
|
||||||
libnotify
|
libnotify
|
||||||
libsecret
|
libsecret
|
||||||
libvncserver
|
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
pipewire
|
pipewire
|
||||||
systemd
|
systemd
|
||||||
|
|
Loading…
Reference in a new issue