Merge pull request #100349 from jul1u5/update-virt-manager-3.1.0
virt-manager: 2.2.1 -> 3.1.0
This commit is contained in:
commit
c213d5a79d
@ -2,7 +2,7 @@
|
|||||||
, wrapGAppsHook, gtk-vnc, vte, avahi, dconf
|
, wrapGAppsHook, gtk-vnc, vte, avahi, dconf
|
||||||
, gobject-introspection, libvirt-glib, system-libvirt
|
, gobject-introspection, libvirt-glib, system-libvirt
|
||||||
, gsettings-desktop-schemas, glib, libosinfo, gnome3
|
, gsettings-desktop-schemas, glib, libosinfo, gnome3
|
||||||
, gtksourceview4
|
, gtksourceview4, docutils
|
||||||
, spiceSupport ? true, spice-gtk ? null
|
, spiceSupport ? true, spice-gtk ? null
|
||||||
, cpio, e2fsprogs, findutils, gzip
|
, cpio, e2fsprogs, findutils, gzip
|
||||||
}:
|
}:
|
||||||
@ -11,16 +11,17 @@ with stdenv.lib;
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "virt-manager";
|
pname = "virt-manager";
|
||||||
version = "2.2.1";
|
version = "3.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://virt-manager.org/download/sources/virt-manager/${pname}-${version}.tar.gz";
|
url = "http://virt-manager.org/download/sources/virt-manager/${pname}-${version}.tar.gz";
|
||||||
sha256 = "06ws0agxlip6p6n3n43knsnjyd91gqhh2dadgc33wl9lx1k8vn6g";
|
sha256 = "0al34lxlywqnj98hdm72a38zk8ns91wkqgrc3h1mhv1kikd8pjfc";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
intltool file
|
intltool file
|
||||||
gobject-introspection # for setup hook populating GI_TYPELIB_PATH
|
gobject-introspection # for setup hook populating GI_TYPELIB_PATH
|
||||||
|
docutils
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user