ksnip: remove /usr/bin in .desktop file (#544387)

This commit is contained in:
Sandro
2026-08-24 03:26:14 +00:00
committed by GitHub

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";