Apply suggestions from code review
(cherry picked from commit 902ce1df42adc35ca871c5b7c00d0b6dad145749)
This commit is contained in:
parent
84fd858633
commit
b08b7cd9b7
|
@ -32,8 +32,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
|
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
|
||||||
] ++ optional spiceSupport spice-gtk;
|
] ++ optional spiceSupport spice-gtk;
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages;
|
propagatedBuildInputs = with python3Packages; [
|
||||||
[
|
|
||||||
pygobject3 ipaddress libvirt libxml2 requests cdrtools
|
pygobject3 ipaddress libvirt libxml2 requests cdrtools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue