aqemu: remove after being marked broken for over 18 months

It was marked in commit 0f78e1772f by Sandro Jäckel on 2021-03-02 (commited on 2021-03-03)

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2023-08-16 17:40:33 +00:00 committed by Anderson Torres
parent af0400c500
commit a9e765b657
2 changed files with 0 additions and 29 deletions

View File

@ -1,27 +0,0 @@
{ mkDerivation, cmake, fetchFromGitHub, libvncserver, qemu, qtbase, lib
}:
mkDerivation rec {
pname = "aqemu";
version = "0.9.2";
src = fetchFromGitHub {
owner = "tobimensch";
repo = "aqemu";
rev = "v${version}";
sha256 = "1h1mcw8x0jir5p39bs8ka0lcisiyi4jq61fsccgb9hsvl1i8fvk5";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ libvncserver qtbase qemu ];
meta = with lib; {
description = "A virtual machine manager GUI for qemu";
homepage = "https://github.com/tobimensch/aqemu";
license = licenses.gpl2;
maintainers = with maintainers; [ hrdinka ];
platforms = with platforms; linux;
broken = true;
};
}

View File

@ -30323,8 +30323,6 @@ with pkgs;
texlive = texlive.combined.scheme-medium;
};
aqemu = libsForQt5.callPackage ../applications/virtualization/aqemu { };
ardour_6 = callPackage ../applications/audio/ardour/6.nix { };
ardour = callPackage ../applications/audio/ardour { };