mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
gnu: djvulibre: Remove bundled software.
* gnu/packages/djvu.scm (djvulibre)[source]: Delete win32/ in a snippet.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user