mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
wrap-terminal: fix eval
This commit is contained in:
parent
069df9cb6a
commit
0c4ac12c32
@ -65,9 +65,9 @@ linux = stdenv.mkDerivation (finalAttrs: {
|
|||||||
mkdir $out
|
mkdir $out
|
||||||
cp -r opt usr/* $out
|
cp -r opt usr/* $out
|
||||||
|
|
||||||
'' ++ lib.optionalString waylandSupport ''
|
'' + lib.optionalString waylandSupport ''
|
||||||
wrapProgram $out/bin/warp-terminal --set WARP_ENABLE_WAYLAND 1
|
wrapProgram $out/bin/warp-terminal --set WARP_ENABLE_WAYLAND 1
|
||||||
'' ++ ''
|
'' + ''
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user