guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: obs-spectralizer: Remove bundled Windows DLLs.


From: guix-commits
Subject: 03/05: gnu: obs-spectralizer: Remove bundled Windows DLLs.
Date: Tue, 2 Feb 2021 05:06:25 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 84929062e3b6601dad5a8a97776c90ba4a4bf731
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Feb 2 10:48:36 2021 +0100

    gnu: obs-spectralizer: Remove bundled Windows DLLs.
    
    * gnu/packages/video.scm (obs-spectralizer)[source]: Add 'snippet' and
    'modules'.
---
 gnu/packages/video.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 19ecd60..ffa7e25 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]