Skip to content
Snippets Groups Projects
Unverified Commit c04854da authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: qtimageformats: Remove bundled libraries.

* gnu/packages/qt.scm (qtimagesformats)[source]: Remove bundled 3rd
party libraries.
parent 26d07efb
No related branches found
No related tags found
No related merge requests found
...@@ -541,7 +541,11 @@ (define-public qtimageformats ...@@ -541,7 +541,11 @@ (define-public qtimageformats
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment