Set darktable to open with wayland

This commit is contained in:
Alexander Wainwright
2025-12-21 23:04:27 +10:00
parent 259b4f078a
commit 486b16a110

View File

@@ -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
'';
}))
];
}