guix-commits
[Top][All Lists]
Advanced

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

43/46: gnu: nss: Delete bundled SQLite and Zlib.


From: guix-commits
Subject: 43/46: gnu: nss: Delete bundled SQLite and Zlib.
Date: Fri, 14 Feb 2020 12:41:08 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 21d0b64494ab7b6288d9d0289090ea28ec95f720
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Feb 13 19:54:41 2020 +0100

    gnu: nss: Delete bundled SQLite and Zlib.
    
    * gnu/packages/nss.scm (nss)[source](modules, snippet): New fields.
---
 gnu/packages/nss.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index fe51fc2..6d28f35 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -85,7 +85,13 @@ in the Mozilla clients.")
                 "19rv0vp9nmvn6dy29qsv8f4v7wn5kizrpm59vbszahsjfwcz6p8q"))
               ;; Create nss.pc and nss-config.
               (patches (search-patches "nss-pkgconfig.patch"
-                                       "nss-increase-test-timeout.patch"))))
+                                       "nss-increase-test-timeout.patch"))
+              (modules '((guix build utils)))
+              (snippet
+               '(begin
+                  (delete-file-recursively "nss/lib/zlib")
+                  (delete-file-recursively "nss/lib/sqlite")
+                  #t))))
     (build-system gnu-build-system)
     (outputs '("out" "bin"))
     (arguments



reply via email to

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