guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: Remove shlomif-cmake-modules.


From: guix-commits
Subject: 05/05: gnu: Remove shlomif-cmake-modules.
Date: Sun, 28 Aug 2022 14:45:28 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit f592decd4d823a973600d4cdd9f3f7d3ea610429
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Jul 23 17:17:32 2022 +0200

    gnu: Remove shlomif-cmake-modules.
    
    This origin was added for the now removed fortune-mod, so let's remove it
    as well.
    
    * gnu/packages/games.scm (shlomif-cmake-modules): Delete variable.
---
 gnu/packages/games.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e39b30ce83..fe66343a4c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7622,16 +7622,6 @@ entirely config file, savegame, netplay and demo 
compatible with the
 original.")
     (home-page "https://www.chocolate-doom.org/wiki/index.php/Crispy_Doom";)))
 
-(define shlomif-cmake-modules
-  (origin
-    (method url-fetch)
-    (uri (string-append
-          "https://raw.githubusercontent.com/shlomif/shlomif-cmake-modules/";
-          "89f05caf86078f783873975525230cf4fecede8a"
-          "/shlomif-cmake-modules/Shlomif_Common.cmake"))
-    (sha256
-     (base32 "05xdikw5ln0yh8p5chsmd8qnndmxg5b5vjlfpdqrjcb1ncqzywkc"))))
-
 (define xonotic-data
   (package
     (name "xonotic-data")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]