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 660d6437f8 gnu: love: No more devil.
660d6437f8 is described below

commit 660d6437f80d71976c541e0bd6ae688a62738eb8
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jan 24 16:00:07 2026 +0100

    gnu: love: No more devil.
    
    The devil input was only needed prior to version 10.0 and is not
    actually referenced.
    
    * gnu/packages/game-development.scm (love)[inputs]: Remove devil.
    
    Change-Id: I56aba7359928cc85d8b375b4166d2d3c2abf08a8
---
 gnu/packages/game-development.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 7506e9db36..8e912f790b 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1353,8 +1353,7 @@ archive on a per-file basis.")
     (native-inputs
      (list pkg-config))
     (inputs
-     (list devil
-           freetype
+     (list freetype
            libmodplug
            libtheora
            libvorbis

Reply via email to