diff options
author | Zheng Junjie <[email protected]> | 2023-09-06 23:43:53 +0800 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2023-09-14 23:30:46 +0200 |
commit | a5d207f0db20933501712c037703cb7cb27adbbc (patch) | |
tree | a89bac9ee669e7078e3d4bfa80b42b56aad1ac43 /gnu/packages/kde-plasma.scm | |
parent | 0a6ad454a3ec01e402403f500bb90fe55fc232b7 (diff) |
gnu: kwin: Unwrap executable name for desktop file search.
see https://github.com/NixOS/nixpkgs/pull/116549
* gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-plasma.scm (kwin)[origin]: Use it.
Signed-off-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/packages/kde-plasma.scm')
-rw-r--r-- | gnu/packages/kde-plasma.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 11586a6ce2..331ab28cd1 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1210,6 +1210,7 @@ KDE Frameworks components.") (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" version "/" name "-" version ".tar.xz")) + (patches (search-patches "kwin-unwrap-executable-name-for-dot-desktop-search.patch")) (sha256 (base32 "0bssp76lzqqlan5pfg6wjf4z9c6pl6p66ri8p82vqqw406x5bzyb")))) |