mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
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:
parent
af0400c500
commit
a9e765b657
@ -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;
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user