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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8d77443b1c gnu: miniupnpc: Remove unused native input.
8d77443b1c is described below

commit 8d77443b1cd6f150aa4ffead6be1a8d55d8bbbcc
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Mar 14 12:02:19 2026 +0100

    gnu: miniupnpc: Remove unused native input.
    
    * gnu/packages/upnp.scm (miniupnpc)[native-inputs]: Remove python-2.
    
    Change-Id: I0d87b370dc10a3c6966ed3e9a65da6d0c5bb92bc
---
 gnu/packages/upnp.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 23619d0007..c4a9bcb479 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -70,8 +70,6 @@
        (sha256
         (base32 "06mx6kk42px0f08k5pazmjawbj19gnpg3pwxrj4c1mjac7x0lanm"))))
     (build-system gnu-build-system)
-    (native-inputs
-     `(("python" ,python-2)))
     (arguments
      ;; The build system does not use a configure script but depends on
      ;; `make'.  Hence we should pass parameters to `make' instead and remove

Reply via email to