[Packages] xwayland makeWrapper dep should be in native build inputs

This commit is contained in:
Antoine Viallon 2023-04-05 09:46:35 +02:00
parent 59c7802ff6
commit 3ae50d2cc2
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -69,9 +69,8 @@ in
opensshOptimized = super.opensshOptimized or super.openssh;
xwayland = super.xwayland.overrideAttrs (old: {
buildInputs = old.buildInputs or [] ++ [ super.makeWrapper ];
nativeBuildInputs = old.nativeBuildInputs or [] ++ [ super.makeWrapper ];
postInstall = old.postInstall or "" + ''
# Force EGL Stream support
wrapProgram $out/bin/Xwayland --add-flags "-eglstream"