gnu: obs-spectralizer: Remove bundled Windows DLLs.

* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and
'modules'.
This commit is contained in:
Ludovic Courtès 2021-02-02 10:48:36 +01:00
parent deadd97897
commit 84929062e3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3152,6 +3152,11 @@ (define-public obs-spectralizer
(url "https://github.com/univrsal/spectralizer")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
;; Remove bundled Windows DLLs.
(snippet '(delete-file-recursively "fftw3"))
(modules '((guix build utils)))
(sha256
(base32
"0q75cnyqydpvfda51zm9gxqj3wqr99ad0lxzjhw0ld67qvj1ag6i"))))