nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

spice-gtk: unbreak on darwin

authored by

Jiajie Chen and committed by
Bjørn Forsman
d366e7ea 27ae3f26

+2 -1
+2 -1
pkgs/development/libraries/spice-gtk/default.nix
··· 100 100 python3 101 101 python3.pkgs.pyparsing 102 102 python3.pkgs.six 103 - wayland-scanner 104 103 vala 105 104 ] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [ 106 105 mesonEmulatorHook 106 + ] ++ lib.optionals stdenv.isLinux [ 107 + wayland-scanner 107 108 ]; 108 109 109 110 propagatedBuildInputs = [