Apply suggestions from code review

(cherry picked from commit 902ce1df42adc35ca871c5b7c00d0b6dad145749)
wip/little-gl
Sandro 3 years ago committed by github-actions[bot]
parent 84fd858633
commit b08b7cd9b7
  1. 7
      pkgs/applications/virtualization/virt-manager/default.nix

@ -32,10 +32,9 @@ python3Packages.buildPythonApplication rec {
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
] ++ optional spiceSupport spice-gtk;
propagatedBuildInputs = with python3Packages;
[
pygobject3 ipaddress libvirt libxml2 requests cdrtools
];
propagatedBuildInputs = with python3Packages; [
pygobject3 ipaddress libvirt libxml2 requests cdrtools
];
patchPhase = ''
sed -i 's|/usr/share/libvirt/cpu_map.xml|${system-libvirt}/share/libvirt/cpu_map.xml|g' virtinst/capabilities.py

Loading…
Cancel
Save