gnu: openshot: Fix ‘color shift.png’ file name.

* gnu/packages/video.scm (openshot)[source]: Rename it to
‘colorshift.png’ in the snippet.

Reported by <znavko@disroot.org>.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-01 17:10:50 +02:00
parent c26fd5648c
commit 3f3daa1cc1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3668,6 +3668,10 @@ (define-public openshot
(modules '((guix build utils)))
(snippet
'(begin
;; Manually apply upstream's a5cef5b09668513af8f898e2402377ebd58a64cc
;; fix. See <https://issues.guix.gnu.org/issue/40374>.
(rename-file "src/effects/icons/color shift.png"
"src/effects/icons/colorshift.png")
(delete-file-recursively "src/images/fonts") #t))))
(build-system python-build-system)
(inputs