mv clan-vm-manager to its own package

This commit is contained in:
Jörg Thalheim
2023-11-23 13:56:25 +01:00
parent 832c41df7e
commit a838c4da17
5 changed files with 2 additions and 6 deletions

View File

@@ -28,7 +28,6 @@
, tor
, git
, nixpkgs
, copyDesktopItems
, qemu
, gnupg
, e2fsprogs
@@ -134,7 +133,6 @@ python3.pkgs.buildPythonApplication {
nativeBuildInputs = [
setuptools
installShellFiles
copyDesktopItems
];
propagatedBuildInputs = dependencies;