[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/46: gnu: lz4: Do not install liblz4.a.
From: |
guix-commits |
Subject: |
23/46: gnu: lz4: Do not install liblz4.a. |
Date: |
Fri, 14 Feb 2020 12:41:01 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 986dce4f8537a1c63c8cc38d800e4699f7eb0733
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 17:30:26 2020 +0100
gnu: lz4: Do not install liblz4.a.
* gnu/packages/compression.scm (lz4)[arguments]: Add phase
'delete-static-library'.
---
gnu/packages/compression.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 98af417..30db84e 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<address@hidden>
;;; Copyright © 2016 David Craven <address@hidden>
;;; Copyright © 2016, 2019 Kei Kebreau <address@hidden>
-;;; Copyright © 2016, 2018, 2019 Marius Bakke <address@hidden>
+;;; Copyright © 2016, 2018, 2019, 2020 Marius Bakke <address@hidden>
;;; Copyright © 2017 ng0 <address@hidden>
;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <address@hidden>
;;; Copyright © 2017 Theodoros Foradis <address@hidden>
@@ -764,7 +764,12 @@ decompression of some loosely related file formats used by
Microsoft.")
(substitute* "tests/Makefile"
(("^test: (.*) test-install" _ targets)
(string-append "test: " targets)))
- #t)))))
+ #t))
+ (add-after 'install 'delete-static-library
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((out (assoc-ref outputs "out")))
+ (delete-file (string-append out "/lib/liblz4.a"))
+ #t))))))
(home-page "https://www.lz4.org")
(synopsis "Compression algorithm focused on speed")
(description "LZ4 is a lossless compression algorithm, providing
- 10/46: gnu: libevdev: Update to 1.8.0., (continued)
- 10/46: gnu: libevdev: Update to 1.8.0., guix-commits, 2020/02/14
- 12/46: gnu: perl-test-simple: Update to 1.302171., guix-commits, 2020/02/14
- 18/46: gnu: perl-test-cleannamespaces: Remove obsolete input., guix-commits, 2020/02/14
- 21/46: gnu: perl-test-output: Remove obsolete input., guix-commits, 2020/02/14
- 13/46: gnu: perl-lwp-mediatypes: Update to 6.04., guix-commits, 2020/02/14
- 14/46: gnu: perl-http-date: Update to 6.05., guix-commits, 2020/02/14
- 15/46: gnu: perl-term-readkey: Update to 2.38., guix-commits, 2020/02/14
- 16/46: gnu: perl-cgi: Update to 4.46., guix-commits, 2020/02/14
- 19/46: gnu: perl-test-deep: Remove obsolete input., guix-commits, 2020/02/14
- 24/46: gnu: ImageMagick: Update to 6.9.10-92., guix-commits, 2020/02/14
- 23/46: gnu: lz4: Do not install liblz4.a.,
guix-commits <=
- 25/46: gnu: check: Update to 0.14.0., guix-commits, 2020/02/14
- 26/46: gnu: MariaDB: Update to 10.1.44., guix-commits, 2020/02/14
- 29/46: gnu: qpdf: Update to 9.1.1., guix-commits, 2020/02/14
- 30/46: gnu: mtdev: Update to 1.1.6., guix-commits, 2020/02/14
- 31/46: gnu: mtdev: Do not build the static library., guix-commits, 2020/02/14
- 32/46: gnu: python-cython: Update to 0.29.15., guix-commits, 2020/02/14
- 34/46: gnu: python-snowballstemmer: Update to 2.0.0., guix-commits, 2020/02/14
- 41/46: gnu: nspr: Update to 4.25., guix-commits, 2020/02/14
- 42/46: gnu: nss, nss-certs: Update to 3.50., guix-commits, 2020/02/14
- 20/46: gnu: perl-test-nowarnings: Remove obsolete input., guix-commits, 2020/02/14