gnu: djvulibre: Remove bundled software.

* gnu/packages/djvu.scm (djvulibre)[source]: Delete win32/ in a snippet.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-26 15:38:16 +01:00
parent 2aa8e8476d
commit f404fc1b36
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -58,7 +58,13 @@ (define-public djvulibre
(string-replace-substring version "." ",")
"/djvulibre-" version ".tar.gz"))
(sha256
(base32 "0manxn1ly5n8nqamv47hz7akxi6v0rzwc9j1c3x99vngrjlr5qw2"))))
(base32 "0manxn1ly5n8nqamv47hz7akxi6v0rzwc9j1c3x99vngrjlr5qw2"))
(modules '((guix build utils)))
(snippet
'(begin
;; This bundles software (e.g., zlib) and is entirely superfluous.
(delete-file-recursively "win32")
#t))))
(build-system gnu-build-system)
(native-inputs
;; The 3.5.28 release tarball isn't bootstrapped.