mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 12:44:37 +00:00
rosenthal: Add iocaine/dolly.
* modules/rosenthal/packages/web.scm (iocaine/dolly): New variable.
This commit is contained in:
parent
3f07c3a744
commit
071707bd41
File diff suppressed because it is too large
Load Diff
@ -10,10 +10,13 @@
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (rosenthal utils download)
|
||||
#:use-module (rosenthal utils cargo)
|
||||
#:use-module (guix build-system cargo)
|
||||
#:use-module (guix build-system copy)
|
||||
#:use-module (guix build-system go)
|
||||
#:use-module (gnu packages golang)
|
||||
#:use-module (gnu packages image)
|
||||
#:use-module (gnu packages jemalloc)
|
||||
#:use-module (gnu packages web)
|
||||
#:use-module (gnu packages version-control))
|
||||
|
||||
@ -376,3 +379,17 @@ looking for a reliable platform to manage their software projects.")
|
||||
(license license:gpl3+)
|
||||
(properties
|
||||
'((disable-updater? . #t)))))
|
||||
|
||||
(define-public iocaine/dolly
|
||||
(package
|
||||
(inherit iocaine)
|
||||
(name "iocaine-dolly")
|
||||
(version "2.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "iocaine" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1x445vnalm323qphxfbfrdzmv9q83h2kybimwm2j39j9p9hj188s"))))
|
||||
(inputs (cons* jemalloc (rosenthal-cargo-inputs 'iocaine)))))
|
||||
|
Loading…
Reference in New Issue
Block a user