diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-15 19:54:18 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-15 20:59:16 +0100 |
commit | 71949dac8babb80efd6d010c1c4b99c6534e5e0f (patch) | |
tree | ccbf9b645a51044c61015f5828d568a4529a4bca /gnu/packages/nss.scm | |
parent | 5edad6c75ae86a1e57010d7b4dce253f72ab3860 (diff) | |
download | patches-71949dac8babb80efd6d010c1c4b99c6534e5e0f.tar patches-71949dac8babb80efd6d010c1c4b99c6534e5e0f.tar.gz |
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.
Diffstat (limited to 'gnu/packages/nss.scm')
-rw-r--r-- | gnu/packages/nss.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm index 6d28f35915..9112206c81 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 <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 @@ 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)))) |