me
/
guix
Archived
1
0
Fork 0

gnu: nss: Delete bundled SQLite and Zlib.

* gnu/packages/nss.scm (nss)[source](modules, snippet): New fields.
master
Marius Bakke 2020-02-13 19:54:41 +01:00
parent 8ff645f338
commit 21d0b64494
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 7 additions and 1 deletions

View File

@ -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