qt6: Attempt to provide override attribute
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2024-11-01 17:46:25 +01:00
parent dcd7369f54
commit 38f9269c81
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -314,7 +314,7 @@ in genAttrs [
}; };
}); });
qt6 = prev.qt6.overrideScope (final: prev: { qt6 = final.lib.makeOverridable ({ ... }@args: (prev.qt6.override args).overrideScope (final: prev: {
qtbase = (prev.qtbase.overrideAttrs (prevAttrs: { qtbase = (prev.qtbase.overrideAttrs (prevAttrs: {
buildInputs = prevAttrs.buildInputs or [ ] buildInputs = prevAttrs.buildInputs or [ ]
|> removePackages [ "libX.*" "libxcb" "xcb.*" ]; |> removePackages [ "libX.*" "libxcb" "xcb.*" ];
@ -338,7 +338,7 @@ in genAttrs [
[ "-DGL_RGBA8_OES=0x8058" ] |> toString; [ "-DGL_RGBA8_OES=0x8058" ] |> toString;
}; };
}); });
}); })) { };
systemd = prev.systemd.override { systemd = prev.systemd.override {
withApparmor = false; withApparmor = false;