mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-triads: Update to 0.0.1.
* gnu/packages/lisp-xyz.scm (sbcl-triads)[source, home-page]: Update URL. [inputs]: Add sbcl-charje.loop and sbcl-command-line-args. Change-Id: I9a6d1d484920c9c76e2f9d74142ecdc82d31dfde Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
3bdefd2343
commit
f46e89bf7b
1 changed files with 42 additions and 42 deletions
|
@ -28111,20 +28111,18 @@ uniform interface to them all.")
|
||||||
(sbcl-package->ecl-package sbcl-trees))
|
(sbcl-package->ecl-package sbcl-trees))
|
||||||
|
|
||||||
(define-public sbcl-triads
|
(define-public sbcl-triads
|
||||||
(let ((commit "840b025bf3d65cc5eaead4542a02a3ca6d77c2b6")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "sbcl-triads")
|
(name "sbcl-triads")
|
||||||
(version (git-version "0" revision commit))
|
(version "0.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/charJe/triads")
|
(url "https://git.sr.ht/~charje/triads")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "cl-triads" version))
|
(file-name (git-file-name "cl-triads" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "146mwshynhdw82m2nxrcjvf1nk0z3fn6ywcd2vqxkly5qricc53w"))))
|
(base32 "0s47rcp3karml5b06g98adjr2wxn6y9p9bigh8y7wjihpr3075x1"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(outputs '("out" "bin"))
|
(outputs '("out" "bin"))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -28146,16 +28144,18 @@ uniform interface to them all.")
|
||||||
(string-append (getcwd) "/triads")
|
(string-append (getcwd) "/triads")
|
||||||
(string-append (assoc-ref outputs "bin") "/bin")))))))
|
(string-append (assoc-ref outputs "bin") "/bin")))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-cl-str
|
(list sbcl-charje.loop
|
||||||
|
sbcl-cl-str
|
||||||
|
sbcl-command-line-args
|
||||||
sbcl-serapeum
|
sbcl-serapeum
|
||||||
sbcl-trivia))
|
sbcl-trivia))
|
||||||
(home-page "https://github.com/charJe/triads")
|
(home-page "https://git.sr.ht/~charje/triads")
|
||||||
(synopsis "Music composition tool to convert roman numerals into triads")
|
(synopsis "Music composition tool to convert roman numerals into triads")
|
||||||
(description "Triads is a simple command line tool that reads roman
|
(description "Triads is a simple command line tool that reads roman
|
||||||
numeral notation from standard input (or a file) and an musical key and outputs
|
numeral notation from standard input (or a file) and an musical key and outputs
|
||||||
the roman numeral in addition to the notes of the triad associated with that
|
the roman numeral in addition to the notes of the triad associated with that
|
||||||
roman numeral given in the key.")
|
roman numeral given in the key.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public cl-triads
|
(define-public cl-triads
|
||||||
(sbcl-package->cl-source-package sbcl-triads))
|
(sbcl-package->cl-source-package sbcl-triads))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue