Merge pull request #144093 from alyssais/spice

spice: fix cross
This commit is contained in:
Guillaume Girol
2021-11-08 19:11:56 +00:00
committed by GitHub
+2 -1
View File
@@ -39,10 +39,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
glib
meson
ninja
pkg-config
spice-protocol
python3
python3.pkgs.six
python3.pkgs.pyparsing
@@ -66,6 +66,7 @@ stdenv.mkDerivation rec {
orc
pixman
python3.pkgs.pyparsing
spice-protocol
zlib
];