mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-07-23 16:35:21 +00:00
utils: hidden-desktop-entry: Fix substitution pattern.
* modules/rosenthal/utils/file.scm (hidden-desktop-entry): Fix pattern.
This commit is contained in:
parent
a47d340a20
commit
c190e8a468
@ -32,5 +32,5 @@
|
|||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
(copy-file #$file #$output)
|
(copy-file #$file #$output)
|
||||||
(substitute* #$output
|
(substitute* #$output
|
||||||
(("[Desktop Entry]" all)
|
(("^\\[Desktop Entry\\].*" all)
|
||||||
(string-append all "NoDisplay=true\n")))))))
|
(string-append all "NoDisplay=true\n")))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user