13 gobject-introspection,
51 stdenv.mkDerivation rec {
52 pname = "gnome-boxes";
56 url = "mirror://gnome/sources/gnome-boxes/${lib.versions.major version}/gnome-boxes-${version}.tar.xz";
57 hash = "sha256-Zb9sLeG/TVFpXJGSxbHmKFyzLJihiqlIo3bqMgOLx48=";
61 # Fix path to libgovf-0.1.so in the gir file. We patch gobject-introspection to hardcode absolute paths but
62 # our Meson patch will only pass the info when install_dir is absolute as well.
63 ./fix-gir-lib-path.patch
77 # For post install script
83 # Required for USB redirection PolicyKit rules file
84 propagatedUserEnvPkgs = [ spice-gtk ];
120 gappsWrapperArgs+=(--prefix PATH : "${
131 updateScript = gnome.updateScript { packageName = "gnome-boxes"; };
135 description = "Simple GNOME 3 application to access remote or virtual systems";
136 mainProgram = "gnome-boxes";
137 homepage = "https://apps.gnome.org/Boxes/";
138 license = licenses.lgpl2Plus;
139 platforms = platforms.linux;
140 maintainers = teams.gnome.members;