ksnip: remove /usr/bin in .desktop file

This commit is contained in:
pancaek
2026-07-21 17:17:55 -07:00
parent ac605fde52
commit 42cf0fed74

View File

@@ -36,6 +36,11 @@ stdenv.mkDerivation (finalAttrs: {
qt6.qtsvg
];
postPatch = ''
substituteInPlace desktop/org.ksnip.ksnip.desktop \
--replace-fail "Exec=/usr/bin/ksnip" "Exec=ksnip"
'';
meta = {
homepage = "https://github.com/ksnip/ksnip";
description = "Cross-platform screenshot tool with many annotation features";