This is an automated email from the git hooks/post-receive script.

z572 pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bcce7f8fa8 gnu: add missing patch reference for dhclient.
bcce7f8fa8 is described below

commit bcce7f8fa8b821b76591b297f61d473c5972e397
Author: Ryan Sundberg <[email protected]>
AuthorDate: Wed Feb 12 22:58:33 2025 -0800

    gnu: add missing patch reference for dhclient.
    
    This patch was introduced in 526b25e09e00709655c164e619ea64d1db3d8537 but
    accidentally not included in the list in gnu/local.mk.
    
     * gnu/local.mk (dist_patch_DATA): Add
     dhclient-script-resolvconf-support.patch
    
    Change-Id: I557c4e35239bc6767e890b36e2b36bfa7f77fcb0
    Signed-off-by: Zheng Junjie <[email protected]>
---
 gnu/local.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/local.mk b/gnu/local.mk
index 244420fc76..41bddf4921 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1169,6 +1169,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/debops-setup-py-avoid-git.patch \
   %D%/packages/patches/dee-vapi.patch                  \
   %D%/packages/patches/dfu-programmer-fix-libusb.patch         \
+  %D%/packages/patches/dhclient-script-resolvconf-support.patch \
   %D%/packages/patches/directfb-davinci-glibc-228-compat.patch \
   %D%/packages/patches/dkimproxy-add-ipv6-support.patch                \
   %D%/packages/patches/docbook-utils-documentation-edits.patch \

Reply via email to