mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ob-sclang: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-ob-sclang)[source]<origin>: Use new upstream repository. [home-page]: Set to new upstream repository. The package is no longer extracted from Org Contrib.
This commit is contained in:
parent
81228a1f50
commit
ec7ba6ae53
1 changed files with 22 additions and 20 deletions
|
@ -13967,26 +13967,28 @@ characters.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-ob-sclang
|
(define-public emacs-ob-sclang
|
||||||
(package
|
(let ((commit "cd3f3c847d8149cd4ce4a775942dac88ba92c772")
|
||||||
(inherit emacs-org-contrib)
|
(revision "1"))
|
||||||
(name "emacs-ob-sclang")
|
(package
|
||||||
(source
|
(name "emacs-ob-sclang")
|
||||||
(origin
|
(version (git-version "0.1" revision commit))
|
||||||
(inherit (package-source emacs-org-contrib))
|
(source (origin
|
||||||
(modules '((guix build utils)))
|
(method git-fetch)
|
||||||
(snippet
|
(uri (git-reference
|
||||||
'(begin
|
(url "https://repo.or.cz/ob-sclang")
|
||||||
(with-directory-excursion "lisp"
|
(commit commit)))
|
||||||
(for-each (lambda (file)
|
(file-name (git-file-name name version))
|
||||||
(unless (equal? file "./ob-sclang.el")
|
(sha256
|
||||||
(delete-file file)))
|
(base32
|
||||||
(find-files "." "\\.el$")))))))
|
"0dr8va2v0262plqxd63yxymqiffkql9klci7wsp5i7xgpka8925q"))))
|
||||||
(propagated-inputs
|
(build-system emacs-build-system)
|
||||||
(list emacs-org emacs-scel))
|
(propagated-inputs
|
||||||
(synopsis "Org Babel support for SuperCollider")
|
(list emacs-org emacs-scel))
|
||||||
(description "This package adds support for evaluating @code{sclang}
|
(home-page "https://repo.or.cz/ob-sclang")
|
||||||
Org mode source blocks. It is extracted from the @code{emacs-org-contrib}
|
(synopsis "Org Babel support for SuperCollider")
|
||||||
package.")))
|
(description "This package adds support for evaluating @code{sclang} Org
|
||||||
|
mode source blocks.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-org-edna
|
(define-public emacs-org-edna
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue