[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: djvulibre: Remove bundled software.
From: |
guix-commits |
Subject: |
03/10: gnu: djvulibre: Remove bundled software. |
Date: |
Thu, 26 Nov 2020 14:44:51 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit f404fc1b36561e90aa82c9d11630c5217754cc6e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 26 15:38:16 2020 +0100
gnu: djvulibre: Remove bundled software.
* gnu/packages/djvu.scm (djvulibre)[source]: Delete win32/ in a snippet.
---
gnu/packages/djvu.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/djvu.scm b/gnu/packages/djvu.scm
index 9f49bbc..9ac17cd 100644
--- a/gnu/packages/djvu.scm
+++ b/gnu/packages/djvu.scm
@@ -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.
- branch master updated (36f957d -> 7aaa6bb), guix-commits, 2020/11/26
- 01/10: gnu: udunits: Add a note on versioning., guix-commits, 2020/11/26
- 02/10: gnu: djvulibre: Update to 3.5.28., guix-commits, 2020/11/26
- 03/10: gnu: djvulibre: Remove bundled software.,
guix-commits <=
- 06/10: gnu: imapfilter: Cross-compile., guix-commits, 2020/11/26
- 05/10: gnu: imapfilter: Update to 2.7.4., guix-commits, 2020/11/26
- 09/10: gnu: hidapi: Update to 0.10.1., guix-commits, 2020/11/26
- 04/10: gnu: imapfilter: Fix input nativity., guix-commits, 2020/11/26
- 07/10: gnu: monero: Update to 0.17.1.5., guix-commits, 2020/11/26
- 08/10: gnu: cozy: Update to 0.7.6., guix-commits, 2020/11/26
- 10/10: gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c., guix-commits, 2020/11/26