mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
Merge pull request #306274 from NixOS/warp-terminal-eval
wrap-terminal: fix eval
This commit is contained in:
commit
448ecffcb4
@ -65,9 +65,9 @@ linux = stdenv.mkDerivation (finalAttrs: {
|
||||
mkdir $out
|
||||
cp -r opt usr/* $out
|
||||
|
||||
'' ++ lib.optionalString waylandSupport ''
|
||||
'' + lib.optionalString waylandSupport ''
|
||||
wrapProgram $out/bin/warp-terminal --set WARP_ENABLE_WAYLAND 1
|
||||
'' ++ ''
|
||||
'' + ''
|
||||
runHook postInstall
|
||||
'';
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user