mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Packages] xwayland makeWrapper dep should be in native build inputs
This commit is contained in:
parent
59c7802ff6
commit
3ae50d2cc2
1 changed files with 1 additions and 2 deletions
|
|
@ -69,9 +69,8 @@ in
|
||||||
|
|
||||||
opensshOptimized = super.opensshOptimized or super.openssh;
|
opensshOptimized = super.opensshOptimized or super.openssh;
|
||||||
|
|
||||||
|
|
||||||
xwayland = super.xwayland.overrideAttrs (old: {
|
xwayland = super.xwayland.overrideAttrs (old: {
|
||||||
buildInputs = old.buildInputs or [] ++ [ super.makeWrapper ];
|
nativeBuildInputs = old.nativeBuildInputs or [] ++ [ super.makeWrapper ];
|
||||||
postInstall = old.postInstall or "" + ''
|
postInstall = old.postInstall or "" + ''
|
||||||
# Force EGL Stream support
|
# Force EGL Stream support
|
||||||
wrapProgram $out/bin/Xwayland --add-flags "-eglstream"
|
wrapProgram $out/bin/Xwayland --add-flags "-eglstream"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue