guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: qtmultimedia: Remove bundled library.


From: Efraim Flashner
Subject: 02/02: gnu: qtmultimedia: Remove bundled library.
Date: Sun, 6 Nov 2016 20:32:30 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 63d8f08fbfbe67c8de84a4a01bbd4a001fc7e82e
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 6 21:06:48 2016 +0200

    gnu: qtmultimedia: Remove bundled library.
    
    * gnu/packages/qt.scm (qtmultimedia)[source]: Remove bundled library.
---
 gnu/packages/qt.scm |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index cd350ce..8559b17 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -681,7 +681,12 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0ndmhiflmyr144nq8drd5njsdi282ixsm4730q5n0ji2v9dp1bh5"))))
+               "0ndmhiflmyr144nq8drd5njsdi282ixsm4730q5n0ji2v9dp1bh5"))
+             (modules '((guix build utils)))
+             (snippet
+              '(begin
+                 (delete-file-recursively
+                   "examples/multimedia/spectrum/3rdparty")))))
     (native-inputs
      `(("perl" ,perl)
        ("pkg-config" ,pkg-config)



reply via email to

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