1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: qtimageformats: Remove bundled libraries.

* gnu/packages/qt.scm (qtimagesformats)[source]: Remove bundled 3rd
party libraries.
This commit is contained in:
Efraim Flashner
2016-11-06 20:30:25 +02:00
parent 26d07efb79
commit c04854da93
+5 -1
View File
@@ -541,7 +541,11 @@ developers using C++ or QML, a CSS & JavaScript like language.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1rb27x7i2pmvsck6wax2cg31gqpzaakciy45wm5l3lcl86j48czg")))) "1rb27x7i2pmvsck6wax2cg31gqpzaakciy45wm5l3lcl86j48czg"))
(modules '((guix build utils)))
(snippet
'(begin
(delete-file-recursively "src/3rdparty")))))
(native-inputs `()) (native-inputs `())
(inputs (inputs
`(("libmng" ,libmng) `(("libmng" ,libmng)