Set darktable to open with wayland
This commit is contained in:
parent
259b4f078a
commit
486b16a110
1 changed files with 7 additions and 1 deletions
|
|
@ -13,12 +13,18 @@
|
|||
mullvad-vpn
|
||||
tor-browser
|
||||
exiftool
|
||||
darktable
|
||||
digikam
|
||||
shotwell
|
||||
nextcloud-client
|
||||
bitwarden-desktop
|
||||
signal-desktop
|
||||
spotify
|
||||
|
||||
(darktable.overrideAttrs (oldAttrs: {
|
||||
nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [ makeWrapper ];
|
||||
postInstall = (oldAttrs.postInstall or "") + ''
|
||||
wrapProgram $out/bin/darktable --set GDK_BACKEND wayland
|
||||
'';
|
||||
}))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue