gnu: obs-spectralizer: Remove bundled Windows DLLs.
* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and 'modules'.master
parent
deadd97897
commit
84929062e3
|
@ -3152,6 +3152,11 @@ and JACK.")
|
||||||
(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"))))
|
||||||
|
|
Reference in New Issue