[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: qtimageformats: Remove bundled libraries.
From: |
Efraim Flashner |
Subject: |
01/02: gnu: qtimageformats: Remove bundled libraries. |
Date: |
Sun, 6 Nov 2016 20:32:30 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit c04854da93d11262945c2c21355b6dac417d261e
Author: Efraim Flashner <address@hidden>
Date: Sun Nov 6 20:30:25 2016 +0200
gnu: qtimageformats: Remove bundled libraries.
* gnu/packages/qt.scm (qtimagesformats)[source]: Remove bundled 3rd
party libraries.
---
gnu/packages/qt.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 3353dc9..cd350ce 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -541,7 +541,11 @@ developers using C++ or QML, a CSS & JavaScript like
language.")
version ".tar.xz"))
(sha256
(base32
- "1rb27x7i2pmvsck6wax2cg31gqpzaakciy45wm5l3lcl86j48czg"))))
+ "1rb27x7i2pmvsck6wax2cg31gqpzaakciy45wm5l3lcl86j48czg"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin
+ (delete-file-recursively "src/3rdparty")))))
(native-inputs `())
(inputs
`(("libmng" ,libmng)