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