Archived
1
0
Fork 0

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.
This commit is contained in:
Liliana Marie Prikler 2022-10-22 20:25:41 +02:00
parent 1578ad8d3f
commit f284c5df0a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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)