virt-manager-qt: drop
Upstream is dead, not ported to Qt6.
This commit is contained in:
@@ -1,75 +0,0 @@
|
||||
{
|
||||
mkDerivation,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
pkg-config,
|
||||
qtbase,
|
||||
qtmultimedia,
|
||||
qtsvg,
|
||||
qttools,
|
||||
krdc,
|
||||
libvncserver,
|
||||
libvirt,
|
||||
pcre,
|
||||
pixman,
|
||||
qtermwidget,
|
||||
spice-gtk,
|
||||
spice-protocol,
|
||||
libselinux,
|
||||
libsepol,
|
||||
util-linux,
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "virt-manager-qt";
|
||||
version = "0.72.99";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "F1ash";
|
||||
repo = "qt-virt-manager";
|
||||
rev = version;
|
||||
hash = "sha256-1aXlGlK+YPOe2X51xycWvSu8YC9uCywyL6ItiScFA04=";
|
||||
};
|
||||
|
||||
cmakeFlags = [
|
||||
"-DBUILD_QT_VERSION=5"
|
||||
"-DQTERMWIDGET_INCLUDE_DIRS=${qtermwidget}/include/qtermwidget5"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qtmultimedia
|
||||
qtsvg
|
||||
krdc
|
||||
libvirt
|
||||
libvncserver
|
||||
pcre
|
||||
pixman
|
||||
qtermwidget
|
||||
spice-gtk
|
||||
spice-protocol
|
||||
libselinux
|
||||
libsepol
|
||||
util-linux
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
qttools
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://f1ash.github.io/qt-virt-manager";
|
||||
description = "Desktop user interface for managing virtual machines (QT)";
|
||||
longDescription = ''
|
||||
The virt-manager application is a desktop user interface for managing
|
||||
virtual machines through libvirt. It primarily targets KVM VMs, but also
|
||||
manages Xen and LXC (linux containers).
|
||||
'';
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
inherit (qtbase.meta) platforms;
|
||||
};
|
||||
}
|
||||
@@ -2149,6 +2149,7 @@ mapAliases {
|
||||
vimix-cursor-theme = throw "'vimix-cursor-theme' has been superseded by 'vimix-cursors'"; # Added 2025-03-04
|
||||
viper4linux-gui = throw "'viper4linux-gui' was removed as it is broken and not maintained upstream"; # Added 2024-12-16
|
||||
viper4linux = throw "'viper4linux' was removed as it is broken and not maintained upstream"; # Added 2024-12-16
|
||||
virt-manager-qt = throw "'virt-manager-qt' has been dropped as it depends on KDE Gear 5, and is unmaintained"; # Added 2025-08-20
|
||||
virtscreen = throw "'virtscreen' has been removed, as it was broken and unmaintained"; # Added 2024-10-17
|
||||
vistafonts = vista-fonts; # Added 2025-02-03
|
||||
vistafonts-chs = vista-fonts-chs; # Added 2025-02-03
|
||||
|
||||
@@ -13606,10 +13606,6 @@ with pkgs;
|
||||
|
||||
virt-manager = callPackage ../applications/virtualization/virt-manager { };
|
||||
|
||||
virt-manager-qt = libsForQt5.callPackage ../applications/virtualization/virt-manager/qt.nix {
|
||||
qtermwidget = lxqt.qtermwidget_1_4;
|
||||
};
|
||||
|
||||
virtualbox = libsForQt5.callPackage ../applications/virtualization/virtualbox {
|
||||
stdenv = stdenv_32bit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user