Skip to content

Commit

Permalink
pipewire: fix cross to executable host
Browse files Browse the repository at this point in the history
ffado uses wrapQtAppsHook in nativeBuildInputs, but and wrapQtAppsHook
depends on qtsvg, but buildPackages.qt5.qtsvg doesn't build when cross
compiling.  So even in the canExecute case, we can't do this.

Link: #269756
  • Loading branch information
alyssais committed May 20, 2024
1 parent 4b45271 commit b054d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/pipewire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
, xorg
, mysofaSupport ? true
, libmysofa
, ffadoSupport ? x11Support && stdenv.buildPlatform.canExecute stdenv.hostPlatform
, ffadoSupport ? x11Support && lib.systems.equals stdenv.buildPlatform stdenv.hostPlatform
, ffado
, libselinux
}:
Expand Down

0 comments on commit b054d17

Please sign in to comment.