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.
This commit is contained in:
Marius Bakke 2020-02-15 19:54:18 +01:00
parent 5edad6c75a
commit 71949dac8b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3,6 +3,7 @@
;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -89,6 +90,7 @@ (define-public nss
(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))))