diff options
Diffstat (limited to 'gnu/packages/video.scm')
-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")))) |