gnome-remote-desktop: 47.3 → 48.rc
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/47.3...48.rc Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
libei,
|
||||
libepoxy,
|
||||
libdrm,
|
||||
libva,
|
||||
vulkan-loader,
|
||||
shaderc,
|
||||
nv-codec-headers-11,
|
||||
pipewire,
|
||||
systemd,
|
||||
@@ -31,11 +34,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-remote-desktop";
|
||||
version = "47.3";
|
||||
version = "48.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-remote-desktop/${lib.versions.major version}/gnome-remote-desktop-${version}.tar.xz";
|
||||
hash = "sha256-QE2wiHLmkDlD4nUam2Myf2NZcKnKodL2dTCcpEV8+cI=";
|
||||
hash = "sha256-R/DZ7FjlfVc3eus+ndh9iLWmVZSKAiXjVFcP9Mylkio=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -44,6 +47,7 @@ stdenv.mkDerivation rec {
|
||||
pkg-config
|
||||
python3
|
||||
asciidoc
|
||||
shaderc # for glslc
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
@@ -58,6 +62,8 @@ stdenv.mkDerivation rec {
|
||||
libei
|
||||
libepoxy
|
||||
libdrm
|
||||
libva
|
||||
vulkan-loader
|
||||
nv-codec-headers-11
|
||||
libnotify
|
||||
libopus
|
||||
|
||||
Reference in New Issue
Block a user