mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: obs-spectralizer: Remove bundled Windows DLLs.
* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and 'modules'.
This commit is contained in:
parent
deadd97897
commit
84929062e3
1 changed files with 5 additions and 0 deletions
|
@ -3152,6 +3152,11 @@ (define-public obs-spectralizer
|
||||||
(url "https://github.com/univrsal/spectralizer")
|
(url "https://github.com/univrsal/spectralizer")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
|
|
||||||
|
;; Remove bundled Windows DLLs.
|
||||||
|
(snippet '(delete-file-recursively "fftw3"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q75cnyqydpvfda51zm9gxqj3wqr99ad0lxzjhw0ld67qvj1ag6i"))))
|
"0q75cnyqydpvfda51zm9gxqj3wqr99ad0lxzjhw0ld67qvj1ag6i"))))
|
||||||
|
|
Loading…
Reference in a new issue