guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: Remove singeli-sources.


From: guix-commits
Subject: 02/09: gnu: Remove singeli-sources.
Date: Mon, 7 Nov 2022 16:02:22 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit f284c5df0ac69ebdb1f6afc74c2bc66b13c53c7e
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Oct 22 20:25:41 2022 +0200

    gnu: Remove singeli-sources.
    
    They aren't currently used to build a package, nor a package themselves.
    
    * gnu/packages/bqn.scm (singeli-sources): Delete variable.
---
 gnu/packages/bqn.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index 02f539bb8b..be634d6dfb 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -165,17 +165,6 @@ by APL.")
       (home-page "https://mlochbaum.github.io/BQN/";)
       (license license:gpl3))))
 
-(define singeli-sources
-  (let ((commit "fd17b144483549dbd2bcf23e3a37a09219171a99"))
-    (origin
-      (method git-fetch)
-      (uri (git-reference
-            (url "https://github.com/mlochbaum/Singeli";)
-            (commit commit)))
-      (file-name (git-file-name "singeli-sources" commit))
-      (sha256
-       (base32 "1rr4l7ijzcg25n2igi1mzya6qllh5wsrf3m5i429rlgwv1fwvfji")))))
-
 (define-public cbqn
   (package
     (inherit cbqn-bootstrap)



reply via email to

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