8 , gobject-introspection
15 stdenv.mkDerivation rec {
17 version = "unstable-2022-04-11";
19 src = fetchFromGitLab {
20 domain = "gitlab.gnome.org";
23 rev = "d7f408fb23adc01db14c708b35b74a317418de4b";
24 sha256 = "EyReJX3f7G5+EEB/gbLTnrxdltedbzm7Bg02hCb+XO0=";
42 updateScript = unstableGitUpdater {
43 branch = "gtk-frdp-0-1";
47 NIX_CFLAGS_COMPILE = lib.optional stdenv.isDarwin [
48 "-DTARGET_OS_IPHONE=0"
53 homepage = "https://gitlab.gnome.org/GNOME/gtk-frdp";
54 description = "RDP viewer widget for GTK";
55 maintainers = teams.gnome.members;
56 license = licenses.lgpl3Plus;
57 platforms = platforms.unix;