guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: nss: Add comment about deleted libraries.


From: guix-commits
Subject: 01/03: gnu: nss: Add comment about deleted libraries.
Date: Sat, 15 Feb 2020 15:02:30 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 71949dac8babb80efd6d010c1c4b99c6534e5e0f
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Feb 15 19:54:18 2020 +0100

    gnu: nss: Add comment about deleted libraries.
    
    * gnu/packages/nss.scm (source)[snippet]: Add comment.  While at it, add
    missing copyright information for Marius Bakke.
---
 gnu/packages/nss.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 6d28f35..9112206 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Mark H Weaver 
<address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2020 Marius Bakke <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -89,6 +90,7 @@ in the Mozilla clients.")
               (modules '((guix build utils)))
               (snippet
                '(begin
+                  ;; Delete the bundled copy of these libraries.
                   (delete-file-recursively "nss/lib/zlib")
                   (delete-file-recursively "nss/lib/sqlite")
                   #t))))



reply via email to

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