me
/
guix
Archived
1
0
Fork 0

gnu: djvulibre: Remove bundled software.

* gnu/packages/djvu.scm (djvulibre)[source]: Delete win32/ in a snippet.
master
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
1 changed files with 7 additions and 1 deletions

View File

@ -58,7 +58,13 @@
(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.