about summary refs log tree commit diff
path: root/lib/systems/default.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-09-08 00:23:19 +0300
committerArtturin <Artturin@artturin.com>2023-09-08 00:23:19 +0300
commit5472b08075855a32ae254ac4f4777e139100bebc (patch)
treedb3ee7defe00e0c4a1fc9898f25720ffd5e1ef02 /lib/systems/default.nix
parent9c28500602ed01d3a89562b1c8842f38aa998aea (diff)
lib/systems: disable pipewireSupport in qemu-user
Option added in 5b0ed68c106c1cbe3b573f3d1ca8c73eb203e346

it causes infinite recursion in cross builds

There's a another inf rec that needs 6946977de0de845e69a805f179b96a87d17640fa which is in staging
Diffstat (limited to 'lib/systems/default.nix')
-rw-r--r--lib/systems/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/default.nix b/lib/systems/default.nix
index 40a2c88f32b8f..960f986beb312 100644
--- a/lib/systems/default.nix
+++ b/lib/systems/default.nix
@@ -224,6 +224,7 @@ rec {
               gtkSupport = false;
               sdlSupport = false;
               pulseSupport = false;
+              pipewireSupport = false;
               smbdSupport = false;
               seccompSupport = false;
               enableDocs = false;