Set darktable to open with wayland
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}))
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user