qt6: Attempt to provide override attribute
This commit is contained in:
parent
dcd7369f54
commit
ff9b0f0810
1 changed files with 4 additions and 2 deletions
|
@ -314,7 +314,7 @@ in genAttrs [
|
|||
};
|
||||
});
|
||||
|
||||
qt6 = prev.qt6.overrideScope (final: prev: {
|
||||
qt6 = (prev.qt6.overrideScope (final: prev: {
|
||||
qtbase = (prev.qtbase.overrideAttrs (prevAttrs: {
|
||||
buildInputs = prevAttrs.buildInputs or [ ]
|
||||
|> removePackages [ "libX.*" "libxcb" "xcb.*" ];
|
||||
|
@ -338,7 +338,9 @@ in genAttrs [
|
|||
[ "-DGL_RGBA8_OES=0x8058" ] |> toString;
|
||||
};
|
||||
});
|
||||
});
|
||||
})) // {
|
||||
override = prev.qt6.override;
|
||||
};
|
||||
|
||||
systemd = prev.systemd.override {
|
||||
withApparmor = false;
|
||||
|
|
Loading…
Reference in a new issue