mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
This commit is contained in:
commit
8d59c262ad
176 changed files with 16041 additions and 6439 deletions
|
@ -2744,11 +2744,11 @@ The picture values can directly be displayed in Geiser.")
|
|||
guile-picture-language))
|
||||
|
||||
(define-public guile-studio
|
||||
(let ((commit "93622e788e727d3275291f999f7e570de6a5bb35")
|
||||
(let ((commit "dd0ad42e51feafebda7cc29afe7c8bc7a182a842")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "guile-studio")
|
||||
(version (git-version "0.1.0" revision commit))
|
||||
(version (git-version "0.1.1" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2757,7 +2757,7 @@ The picture values can directly be displayed in Geiser.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n6y0bcmkx50m8rccz7a6h4yxmwq54pf2bfzpd5ndz2bsiwiq13l"))))
|
||||
"1cpqilly8dqmai1qsgjxy99zs34sfz95zwxhzx979wryqb69vi0q"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules
|
||||
|
@ -4569,6 +4569,39 @@ including parsing and code generation.")
|
|||
"Guile Shapefile is a Guile library for reading shapefiles.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public guile-drmaa
|
||||
(package
|
||||
(name "guile-drmaa")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.elephly.net/software/guile-drmaa.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1m2x62n3x5hi5vnsvv2zgqhgpzrfq7r5095fzzjd1aaybi9i9igg"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("pkg-config" ,pkg-config)
|
||||
("texinfo" ,texinfo)
|
||||
("sed" ,sed)))
|
||||
(inputs
|
||||
`(("guile" ,guile-3.0)))
|
||||
(propagated-inputs
|
||||
`(("guile-bytestructures" ,guile-bytestructures)
|
||||
("nyacc" ,nyacc)))
|
||||
(home-page "https://git.elephly.net/software/guile-drmaa.git")
|
||||
(synopsis "Guile bindings to DRMAA")
|
||||
(description "This project provides Guile bindings to the DRMAA library
|
||||
version 1. DRMAA is a resource management library implemented by HPC cluster
|
||||
schedulers.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public guile-libyaml
|
||||
(let ((commit "f5d33a6880e96571d3cb079ed7755ffc156cac46")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue