virtmanager-qt: 0.60.88 -> 0.70.91
This commit is contained in:
parent
ae002fe44e
commit
778ebcd1b0
@ -1,17 +1,18 @@
|
|||||||
{ mkDerivation, lib, fetchFromGitHub, cmake, pkgconfig
|
{ mkDerivation, lib, fetchFromGitHub, cmake, pkgconfig
|
||||||
, qtbase, qtmultimedia, qtsvg, qttools, krdc
|
, qtbase, qtmultimedia, qtsvg, qttools, krdc
|
||||||
, libvncserver, libvirt, pcre, pixman, qtermwidget, spice-gtk, spice-protocol
|
, libvncserver, libvirt, pcre, pixman, qtermwidget, spice-gtk, spice-protocol
|
||||||
|
, libselinux, libsepol, utillinux
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "virt-manager-qt-${version}";
|
name = "virt-manager-qt-${version}";
|
||||||
version = "0.60.88";
|
version = "0.70.91";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "F1ash";
|
owner = "F1ash";
|
||||||
repo = "qt-virt-manager";
|
repo = "qt-virt-manager";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0hd5d8zdghc5clv8pa4h9zigshdrarfpmzyvrq56rjkm13lrdz52";
|
sha256 = "1z2kq88lljvr24z1kizvg3h7ckf545h4kjhhrjggkr0w4wjjwr43";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
@ -22,6 +23,7 @@ mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtbase qtmultimedia qtsvg krdc
|
qtbase qtmultimedia qtsvg krdc
|
||||||
libvirt libvncserver pcre pixman qtermwidget spice-gtk spice-protocol
|
libvirt libvncserver pcre pixman qtermwidget spice-gtk spice-protocol
|
||||||
|
libselinux libsepol utillinux
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig qttools ];
|
nativeBuildInputs = [ cmake pkgconfig qttools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user