virt-manager: fix missing cdrtools

(cherry picked from commit 13f3200cd056e44886f063e8d785460b172523df)
wip/little-gl
superherointj 3 years ago committed by github-actions[bot]
parent d5d7312426
commit 84fd858633
  1. 2
      pkgs/applications/virtualization/virt-manager/default.nix

@ -34,7 +34,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages;
[
pygobject3 ipaddress libvirt libxml2 requests
pygobject3 ipaddress libvirt libxml2 requests cdrtools
];
patchPhase = ''

Loading…
Cancel
Save