mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
Compare commits
4 commits
11f9ab1d82
...
4e2de18be2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e2de18be2 | ||
|
|
2f1be81280 | ||
|
|
7061beccb2 | ||
|
|
d97cbcb4ad |
2 changed files with 50 additions and 52 deletions
|
|
@ -9294,45 +9294,43 @@ using bindings to the portaudio library.")
|
|||
(sbcl-package->ecl-package sbcl-cl-portaudio))
|
||||
|
||||
(define-public sbcl-cl-posix-mqueue
|
||||
(let ((commit "8977370c7206d1f62bd1be80f4254af40654b83f")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "sbcl-cl-posix-mqueue")
|
||||
(version (git-version "0.1.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/xFA25E/cl-posix-mqueue")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name "cl-posix-mqueue" version))
|
||||
(sha256
|
||||
(base32 "04519rg8vc782z097dzlb8nx0skab2fy2zd0m60r6mz2nw8xdvh6"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-librt-path
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "src/spec.lisp"
|
||||
(("librt.so" all)
|
||||
(string-append (assoc-ref inputs "glibc") "/lib/" all))))))))
|
||||
(native-inputs
|
||||
`(("cl-ppcre" ,sbcl-cl-ppcre)
|
||||
("rove" ,sbcl-rove)))
|
||||
(inputs
|
||||
`(("alexandria" ,sbcl-alexandria)
|
||||
("babel" ,sbcl-babel)
|
||||
("cffi" ,sbcl-cffi)
|
||||
("glibc" ,glibc)
|
||||
("local-time" ,sbcl-local-time)))
|
||||
(home-page "https://github.com/xFA25E/cl-posix-mqueue")
|
||||
(synopsis "Common Lisp binding to POSIX mqueue")
|
||||
(description
|
||||
"This package provides Common Lisp bindings to POSIX message queue, an
|
||||
(package
|
||||
(name "sbcl-cl-posix-mqueue")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/xFA25E/cl-posix-mqueue")
|
||||
(commit version)))
|
||||
(file-name (git-file-name "cl-posix-mqueue" version))
|
||||
(sha256
|
||||
(base32 "1c6002yqliqqwsnn08bx9n9ap7nx8ypjxnvhp65g01fqdcx7bpq7"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-librt-path
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "src/spec.lisp"
|
||||
(("librt.so" all)
|
||||
(string-append (assoc-ref inputs "glibc") "/lib/" all))))))))
|
||||
(native-inputs
|
||||
(list sbcl-cl-ppcre
|
||||
sbcl-rove))
|
||||
(inputs
|
||||
(list sbcl-alexandria
|
||||
sbcl-babel
|
||||
sbcl-cffi
|
||||
glibc
|
||||
sbcl-local-time))
|
||||
(home-page "https://github.com/xFA25E/cl-posix-mqueue")
|
||||
(synopsis "Common Lisp binding to POSIX mqueue")
|
||||
(description
|
||||
"This package provides Common Lisp bindings to POSIX message queue, an
|
||||
@acronym{IPC, Inter-Process Communication} method that is easy to use and quick
|
||||
to setup.")
|
||||
(license license:gpl3))))
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public cl-posix-mqueue
|
||||
(sbcl-package->cl-source-package sbcl-cl-posix-mqueue))
|
||||
|
|
@ -21450,6 +21448,9 @@ instead of symbols.")
|
|||
(define-public ecl-list-named-class
|
||||
(sbcl-package->ecl-package sbcl-list-named-class))
|
||||
|
||||
(define-public clasp-list-named-class
|
||||
(sbcl-package->clasp-package sbcl-list-named-class))
|
||||
|
||||
(define-public sbcl-listopia
|
||||
(package
|
||||
(name "sbcl-listopia")
|
||||
|
|
|
|||
|
|
@ -189,24 +189,22 @@ it.")
|
|||
(define-public trealla
|
||||
(package
|
||||
(name "trealla")
|
||||
(version "2.88.4")
|
||||
(version "2.89.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/trealla-prolog/trealla")
|
||||
(commit (string-append "v" version))))
|
||||
(url "https://github.com/trealla-prolog/trealla")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0sy8f2q3hz0i9rg6vhvjj1plsyi6dl08pf7fnw8lmh6nw0pn9ni0"))
|
||||
(base32 "0dxblcq6p899rsj8p3k5s3p8i2mfhz95flk7x8r27vymc2fwhx0b"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(append
|
||||
(if (supported-package? valgrind/pinned)
|
||||
(list valgrind/pinned)
|
||||
'())
|
||||
(list xxd)))
|
||||
(if (supported-package? valgrind/pinned)
|
||||
(list valgrind/pinned)
|
||||
'()))
|
||||
(inputs
|
||||
(list curl
|
||||
gsl
|
||||
|
|
@ -217,7 +215,10 @@ it.")
|
|||
sqlite))
|
||||
(arguments
|
||||
(list
|
||||
#:make-flags #~(list (string-append "CC=" #$(cc-for-target)))
|
||||
#:make-flags
|
||||
#~(list (string-append "PREFIX=" #$output)
|
||||
(string-append "CC=" #$(cc-for-target))
|
||||
(string-append "HOST_CC=" #$(cc-for-target)))
|
||||
#:test-target (if (this-package-native-input "valgrind")
|
||||
"check"
|
||||
"test")
|
||||
|
|
@ -245,11 +246,7 @@ it.")
|
|||
(search-input-file inputs "lib/libraylib.so")))
|
||||
(substitute* "library/sqlite3.pl"
|
||||
(("libsqlite3\\.so")
|
||||
(search-input-file inputs "lib/libsqlite3.so")))))
|
||||
(replace 'install
|
||||
;; Upstream does not provide an install target.
|
||||
(lambda _
|
||||
(install-file "tpl" (string-append #$output "/bin")))))))
|
||||
(search-input-file inputs "lib/libsqlite3.so"))))))))
|
||||
(home-page "https://trealla-prolog.org/")
|
||||
(synopsis "Compact and efficient Prolog interpreter")
|
||||
(description "This package provides a compact and efficient Prolog
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue