mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-11-16 17:34:37 +00:00
Compare commits
7 Commits
f029e2fc61
...
772e0c144a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
772e0c144a | ||
|
|
f721c50e08 | ||
|
|
92329ba25e | ||
|
|
389583d8ce | ||
|
|
a0da1a9a18 | ||
|
|
50c5bfda60 | ||
|
|
cf5cc85fc7 |
45
README.org
45
README.org
@ -3,27 +3,40 @@
|
|||||||
|
|
||||||
#+TITLE: Rosenthal - A certain Guix channel
|
#+TITLE: Rosenthal - A certain Guix channel
|
||||||
|
|
||||||
#+html: <a href="https://ci.guix.moe/jobset/rosenthal"><img src="https://ci.guix.moe/jobset/rosenthal/badge.svg?type=1"></a>
|
Rosenthal is a Guix channel (see [[https://guix.gnu.org/manual/devel/en/html_node/Channels.html][Channels]] in /GNU Guix Reference Manual/)
|
||||||
|
created for experiments. It currently holds some packages and services not
|
||||||
|
ready for upstreaming to [[https://guix.gnu.org/][GNU Guix]].
|
||||||
|
|
||||||
Rosenthal is a Guix channel (see [[https://guix.gnu.org/manual/devel/en/html_node/Channels.html][Channels]] in /GNU Guix Reference Manual/) created for experiments. It currently holds some packages and services not ready for upstreaming to [[https://guix.gnu.org/][GNU Guix]].
|
You can use [[https://toys.whereis.social/][toys]] to search packages and services from Rosenthal and other Guix
|
||||||
|
channels.
|
||||||
|
|
||||||
Substitutes for this channel are available via [[https://ci.guix.moe/][Guix Moe CI]], see [[https://ultrarare.space/en/posts/guix-build-farm/][its blog post]] for setup and more information. [[https://codeberg.org/hako/Testament/issues][Send a request]] if you'd like to see substitutes available for more channels.
|
Note that all contents in this channel are subject to change and may be deleted
|
||||||
|
**at any time**, please [[https://codeberg.org/hako/Rosenthal/issues][report an issue]] if you are affected.
|
||||||
You can use [[https://toys.whereis.social/][toys]] to search packages and services from Rosenthal and other Guix channels.
|
|
||||||
|
|
||||||
Note that all contents in this channel are subject to change and may be deleted **at any time**, please [[https://codeberg.org/hako/Rosenthal/issues][report an issue]] if you are affected.
|
|
||||||
|
|
||||||
Channel specification:
|
Channel specification:
|
||||||
#+begin_src scheme
|
#+begin_src scheme
|
||||||
(channel
|
(channel
|
||||||
(name 'rosenthal)
|
(name 'rosenthal)
|
||||||
(url "https://codeberg.org/hako/rosenthal.git")
|
(url "https://codeberg.org/hako/rosenthal.git")
|
||||||
(branch "trunk")
|
(branch "trunk")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"7677db76330121a901604dfbad19077893865f35"
|
"7677db76330121a901604dfbad19077893865f35"
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))
|
"13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
For configuration, see [[https://guix.gnu.org/manual/devel/en/html_node/Specifying-Additional-Channels.html][Specifying Additional Channels]], [[https://guix.gnu.org/manual/devel/en/html_node/Customizing-the-System_002dWide-Guix.html][Customizing the System-Wide Guix]] and [[https://guix.gnu.org/manual/devel/en/html_node/Guix-Home-Services.html#index-home_002dchannels_002dservice_002dtype][~home-channels-service-type~]] in /GNU Guix Reference Manual/.
|
For configuration, see [[https://guix.gnu.org/manual/devel/en/html_node/Specifying-Additional-Channels.html][Specifying Additional Channels]], [[https://guix.gnu.org/manual/devel/en/html_node/Customizing-the-System_002dWide-Guix.html][Customizing the
|
||||||
|
System-Wide Guix]] and [[https://guix.gnu.org/manual/devel/en/html_node/Guix-Home-Services.html#index-home_002dchannels_002dservice_002dtype][~home-channels-service-type~]] in /GNU Guix Reference
|
||||||
|
Manual/.
|
||||||
|
|
||||||
|
This channel provides substitutes built by [[https://ci.guix.moe/][Guix Moe CI]], see [[https://ultrarare.space/en/posts/guix-build-farm/][its blog post]] for
|
||||||
|
setup and more information. [[https://codeberg.org/hako/Testament/issues][Send a request]] if you'd like to see substitutes
|
||||||
|
available for more channels.
|
||||||
|
|
||||||
|
Wiki: https://codeberg.org/hako/Rosenthal/wiki
|
||||||
|
|
||||||
|
Git repositories:
|
||||||
|
- Codeberg: https://codeberg.org/hako/Rosenthal
|
||||||
|
- (backup) URSpace VCS: https://git.boiledscript.com/hako/Rosenthal
|
||||||
|
- (mirror) Github: https://github.com/rakino/Rosenthal
|
||||||
|
|||||||
@ -8,20 +8,3 @@
|
|||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
#:use-module (gnu packages ci))
|
#:use-module (gnu packages ci))
|
||||||
|
|
||||||
(define-public cuirass/dolly
|
|
||||||
(let ((commit "6ea7d8d94010a00548968fcc3dd493af383c4000")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
|
||||||
(inherit cuirass)
|
|
||||||
(name "cuirass-dolly")
|
|
||||||
(version (git-version "1.3.1" revision commit))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://git.guix.gnu.org/cuirass.git")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1clzkzclzqfivv7cpwh8r20j8j5nzfnzbf1rrnhcyc1gvlds7blb")))))))
|
|
||||||
|
|||||||
@ -288,7 +288,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(file-name "vendored-go-dependencies")
|
(file-name "vendored-go-dependencies")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mhx00vsdpjfwqxln866ssdha0c081r15v6032q87hxh70b536iv")))
|
"00zxki2ps994sy55i3mx5c557vpjba9qi54p7b0vdjlicgxnxhsl")))
|
||||||
(package-source libsass)
|
(package-source libsass)
|
||||||
(package-source libwebp)))
|
(package-source libwebp)))
|
||||||
(home-page "https://gohugo.io/")
|
(home-page "https://gohugo.io/")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user