mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-07-22 16:05: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))
|
||||
(copy-file #$file #$output)
|
||||
(substitute* #$output
|
||||
(("[Desktop Entry]" all)
|
||||
(("^\\[Desktop Entry\\].*" all)
|
||||
(string-append all "NoDisplay=true\n")))))))
|
||||
|
Loading…
Reference in New Issue
Block a user