diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-02-02 10:48:36 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-02-02 11:05:43 +0100 |
commit | 84929062e3b6601dad5a8a97776c90ba4a4bf731 (patch) | |
tree | ddad96b66c16b24804f95b72d0d03ed272cff86b /gnu | |
parent | deadd9789759a66426707f52a9308e671c717d13 (diff) |
gnu: obs-spectralizer: Remove bundled Windows DLLs.
* gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and
'modules'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 19ecd6072c..ffa7e25023 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3152,6 +3152,11 @@ and JACK.") (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")))) |