8 , gobject-introspection
15 stdenv.mkDerivation rec {
17 version = "unstable-2023-04-14";
19 src = fetchFromGitLab {
20 domain = "gitlab.gnome.org";
23 rev = "9af99d95ed532128c1856e7a1bfd0b59dd61a35f";
24 sha256 = "cz4JJ/NKBYBv5bw18BBfwtWtxPWGBmrwSHgTZ1hS3Qk=";
42 updateScript = unstableGitUpdater { };
45 env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.isDarwin [
46 "-DTARGET_OS_IPHONE=0"
51 homepage = "https://gitlab.gnome.org/GNOME/gtk-frdp";
52 description = "RDP viewer widget for GTK";
53 maintainers = teams.gnome.members;
54 license = licenses.lgpl3Plus;
55 platforms = platforms.unix;