andreas pushed a commit to branch master
in repository guix.

commit 42c59917d57cb20d0609a57d86f8302d6e622ef3
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Wed Nov 13 10:05:02 2024 +0100

    gnu: Remove dumb-allegro4.
    
    This package is leaf package that depends on the outdated allegro@4.
    
    * gnu/packages/music.scm (dumb-allegro4): Delete variable.
    
    Change-Id: I8bdc4841c77fd6e87c0e261a7efc630205dbfdbe
    Signed-off-by: Andreas Enge <andr...@enge.fr>
---
 gnu/packages/music.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8a6783005e..e5c10b3065 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -131,7 +131,6 @@
   #:use-module (gnu packages fonts)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages freedesktop)
-  #:use-module (gnu packages game-development)
   #:use-module (gnu packages gcc)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages ghostscript)
@@ -992,17 +991,6 @@ settings (aliasing, linear interpolation and cubic 
interpolation).")
     ;; Therefore, the DUMB license may be considered a free software license.
     (license (license:fsf-free "file://LICENSE"))))
 
-(define-public dumb-allegro4
-  (package
-    (inherit dumb)
-    (name "dumb-allegro4")
-    (arguments
-     (substitute-keyword-arguments (package-arguments dumb)
-       ((#:configure-flags flags)
-        `(cons "-DBUILD_ALLEGRO4=ON" ,(delete "-DBUILD_ALLEGRO4=OFF" flags)))))
-    (inputs
-     (list allegro-4))))
-
 (define-public hydrogen
   (package
     (name "hydrogen")

Reply via email to