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:
parent
c26fd5648c
commit
3f3daa1cc1
1 changed files with 4 additions and 0 deletions
|
@ -3668,6 +3668,10 @@ API. It includes bindings for Python, Ruby, and other languages.")
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(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))))
|
(delete-file-recursively "src/images/fonts") #t))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue