mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
ksnip: remove /usr/bin in .desktop file
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user