mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add singeli-sources.
* gnu/packages/bqn.scm: Add singeli-sources origin definition. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ee5a85166c
commit
4e7c1130f7
1 changed files with 11 additions and 0 deletions
|
@ -164,3 +164,14 @@ (define cbqn-bootstrap
|
||||||
by APL.")
|
by APL.")
|
||||||
(home-page "https://mlochbaum.github.io/BQN/")
|
(home-page "https://mlochbaum.github.io/BQN/")
|
||||||
(license license:gpl3))))
|
(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")))))
|
||||||
|
|
Loading…
Reference in a new issue