cosmic-comp: remove useXWayland option
This commit is contained in:
parent
e1b2ab8d1e
commit
2e4a752669
@ -45,7 +45,7 @@ in
|
||||
cosmic-applets
|
||||
cosmic-applibrary
|
||||
cosmic-bg
|
||||
(cosmic-comp.override { useXWayland = false; })
|
||||
cosmic-comp
|
||||
cosmic-edit
|
||||
cosmic-files
|
||||
config.services.displayManager.cosmic-greeter.package
|
||||
|
@ -12,10 +12,8 @@
|
||||
seatd,
|
||||
udev,
|
||||
systemd,
|
||||
xwayland,
|
||||
nix-update-script,
|
||||
|
||||
useXWayland ? true,
|
||||
useSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
|
||||
}:
|
||||
|
||||
@ -59,10 +57,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
dontCargoInstall = true;
|
||||
|
||||
preFixup = lib.optionalString useXWayland ''
|
||||
libcosmicAppWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ xwayland ]})
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version"
|
||||
|
Loading…
Reference in New Issue
Block a user