virt-manager: fix missing cdrtools

(cherry picked from commit 13f3200cd056e44886f063e8d785460b172523df)
This commit is contained in:
superherointj 2021-05-25 15:36:40 -03:00 committed by github-actions[bot]
parent d5d7312426
commit 84fd858633

View File

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