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
commit 0a5f365446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
];