diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-13 14:55:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-13 15:02:44 +0200 |
commit | 0e5968e49a4d69962c921e70bf477ef5fc15274d (patch) | |
tree | f5e9ed2b84504dd3a717ed76c5609c1b5db02567 /gnu/local.mk | |
parent | 3c452a35ef6e34ec9221114713c11fe912adebd5 (diff) | |
download | guix-0e5968e49a4d69962c921e70bf477ef5fc15274d.tar guix-0e5968e49a4d69962c921e70bf477ef5fc15274d.tar.gz |
gnu: knot: Update to 3.0.1.
* gnu/packages/dns.scm (knot): Update to 3.0.1.
[source]: Remove patch.
* gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
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 a34902abc9..d09875c583 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1198,7 +1198,6 @@ dist_patch_DATA = \ %D%/packages/patches/kpackage-allow-external-paths.patch \ %D%/packages/patches/kmplayer-aarch64.patch \ %D%/packages/patches/kmplayer-upstream_Fix-build-with-Qt-5.9.patch \ - %D%/packages/patches/knot-test_net_shortwrite-ensure-connection.patch \ %D%/packages/patches/kobodeluxe-paths.patch \ %D%/packages/patches/kobodeluxe-enemies-pipe-decl.patch \ %D%/packages/patches/kobodeluxe-const-charp-conversion.patch \ |