mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: djvulibre: Remove bundled software.
* gnu/packages/djvu.scm (djvulibre)[source]: Delete win32/ in a snippet.
This commit is contained in:
parent
2aa8e8476d
commit
f404fc1b36
1 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue