mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add le-biniou-data.
* gnu/packages/music.scm (le-biniou-data): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e920bfdb0b
commit
c5885b056b
1 changed files with 21 additions and 0 deletions
|
@ -7325,6 +7325,27 @@ (define-public samplebrain
|
||||||
realtime.")
|
realtime.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public le-biniou-data
|
||||||
|
(package
|
||||||
|
(name "le-biniou-data")
|
||||||
|
(version "3.66.0")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://gitlab.com/lebiniou/lebiniou-data")
|
||||||
|
(commit (string-append "version-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1s8dax6ryfqz7aqq8rj5ipxddshp5mjdvj0mn9kk1zzr55hvkfb7"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs (list autoconf automake libtool))
|
||||||
|
(home-page "https://biniou.net/")
|
||||||
|
(synopsis "Data files for use with Le Biniou")
|
||||||
|
(description
|
||||||
|
"This package contains data files for use with Le Biniou.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue