diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-12 16:33:50 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-14 18:33:54 +0100 |
commit | e4db21bcf634ac6bf8acc63659760659c44c8aeb (patch) | |
tree | b136c51c12d3ac1ca1de7715c6b053ab40b54694 /gnu/local.mk | |
parent | 7b83cd720fa1b460ab79753869441be272251ded (diff) | |
download | patches-e4db21bcf634ac6bf8acc63659760659c44c8aeb.tar patches-e4db21bcf634ac6bf8acc63659760659c44c8aeb.tar.gz |
gnu: nss: Remove obsolete patch.
* gnu/packages/patches/nss-freebl-stubs.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/nss.scm (nss)[source](patches): Remove 'nss-freebl-stubs.patch'.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9a316f6edb..f54a457e24 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1212,7 +1212,6 @@ dist_patch_DATA = \ %D%/packages/patches/ngircd-handle-zombies.patch \ %D%/packages/patches/nm-plugin-path.patch \ %D%/packages/patches/nsis-env-passthru.patch \ - %D%/packages/patches/nss-freebl-stubs.patch \ %D%/packages/patches/nss-increase-test-timeout.patch \ %D%/packages/patches/nss-pkgconfig.patch \ %D%/packages/patches/ntfs-3g-CVE-2019-9755.patch \ |