me
/
guix
Archived
1
0
Fork 0

gnu: Remove raul-devel.

* gnu/packages/audio.scm (raul-devel): Delete variable.
Maxim Cournoyer 2022-04-29 13:39:51 -04:00
parent 94e8f2b9b5
commit 1a60e11a98
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 17 deletions

View File

@ -3163,23 +3163,6 @@ using Guix System.")
;; GNU Library (not Lesser) General Public License.
(license license:lgpl2.0+)))
(define-public raul-devel
(let ((commit "4db870b2b20b0a608ec0283139056b836c5b1624")
(revision "1"))
(package (inherit raul)
(name "raul")
(version (string-append "0.8.9-" revision "."
(string-take commit 9)))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.drobilla.net/raul.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"04fajrass3ymr72flx5js5vxc601ccrmx8ny8scp0rw7j0igyjdr")))))))
(define-public resample
(package
(name "resample")