guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: gpsbabel: Unbundle zlib.


From: guix-commits
Subject: 02/04: gnu: gpsbabel: Unbundle zlib.
Date: Wed, 6 Jan 2021 04:19:24 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d5ecfb491845aee1fb4079fc71d93ba00e4b10be
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 6 10:40:27 2021 +0200

    gnu: gpsbabel: Unbundle zlib.
    
    * gnu/packages/gps.scm (gpsbabel)[source]: Adjust snippet to remove
    bundled zlib and references from the Makefile.
---
 gnu/packages/gps.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index fdb64f0..7ee1fc8 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2021 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
+;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -67,6 +68,9 @@
               (modules '((guix build utils)))
               (snippet
                '(begin
+                  (delete-file-recursively "zlib")
+                  (substitute* "Makefile.in"
+                    ((" zlib/z.*\\.h") ""))
                   ;; Delete files under GPL-compatible licences but never used
                   ;; on GNU systems, rather than bloating the LICENSE field.
                   (delete-file "gui/serial_mac.cc")           ; Apple MIT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]