aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/music.scm
diff options
context:
space:
mode:
authoraltadil <Altadil@protonmail.com>2024-08-30 09:40:23 +0000
committerjgart <jgart@dismail.de>2024-09-03 06:55:47 -0500
commit8f584d2bdb0a5a5e78f04ce0b468d99605157420 (patch)
treeaf702f6e2b0769f623e6442096ad2a680234968d /gnu/home/services/music.scm
parent959e74bd72dc961754f9417a8141a2db42404f6c (diff)
downloadguix-8f584d2bdb0a5a5e78f04ce0b468d99605157420.tar.gz
guix-8f584d2bdb0a5a5e78f04ce0b468d99605157420.zip
gnu: Add pantheon-stylesheet.
* gnu/packages/pantheon.scm (pantheon-stylesheet): New variable. Change-Id: I33b8d144198e8ef51631ed3050a2f9e3fb25c3a4 Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/home/services/music.scm')
0 files changed, 0 insertions, 0 deletions
>daemon: Let 'guix substitute' perform hash checks....Ludovic Courtès 2020-12-08daemon: Raise an error if substituter doesn't send the expected hash....Ludovic Courtès 2020-12-08substitute: Cache and reuse connections while substituting....Ludovic Courtès 2020-12-08daemon: Run 'guix substitute --substitute' as an agent....Ludovic Courtès 2020-12-08daemon: Factorize substituter agent spawning....Ludovic Courtès 2020-12-08daemon: Use 'Agent' to spawn 'guix substitute --query'....Ludovic Courtès 2020-12-08daemon: 'Agent' constructor takes a list of environment variables....Ludovic Courtès 2020-12-01daemon: Remove unneeded forward declaration....Ludovic Courtès 2020-11-29daemon: Remove pre-Guix hack....Ludovic Courtès 2020-11-29Use substitute servers on the local network....Mathieu Othacehe 2020-10-27maint: Add 'etc/gnu-store.mount.in' to the distribution....Ludovic Courtès 2020-10-09nix: Honor '--rounds' when also using '--check'....Maxim Cournoyer 2020-10-01daemon: Try to execute derivation builders only for matching OS kernels....Ludovic Courtès 2020-09-17guix-install.sh: Support OpenRC....Morgan Smith 2020-09-14daemon: Spawn 'guix authenticate' once for all....Ludovic Courtès 2020-09-14daemon: Move 'Agent' to libutil....Ludovic Courtès 2020-09-14daemon: Isolate signing and signature verification functions....Ludovic Courtès 2020-09-14daemon: Generalize 'HookInstance' to 'Agent'....Ludovic Courtès 2020-09-11daemon: Simplify interface with 'guix authenticate'....Ludovic Courtès 2020-06-27daemon: Recognize SHA3 and BLAKE2s....Ludovic Courtès 2020-06-27daemon: Remove OpenSSL hash compatibility wrappers....Ludovic Courtès 2020-06-27daemon: Map directly to gcrypt hash functions....Ludovic Courtès 2020-06-25daemon: Correctly handle EMLINK corner case when deduplicating....Ludovic Courtès 2020-06-24nix: Tweak .gitignore files....Christopher Baines