aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/image.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-07-20 22:02:59 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-07-20 22:02:59 +0300
commit7f43bc68396a18095651072b047609f639094f49 (patch)
tree4f4a06729c5c35158aec603c36fd094180638540 /gnu/build/image.scm
parent3f403bb750ad8efd584dfa881e164ef26d2eb8e1 (diff)
downloadguix-7f43bc68396a18095651072b047609f639094f49.tar.gz
guix-7f43bc68396a18095651072b047609f639094f49.zip
gnu: rust-openssl-0.7: Skip build.
* gnu/packages/crates-io.scm (rust-openssl-0.7)[arguments]: Skip build. Remove tests keyword. [inputs]: Remove openssl-1.0.
Diffstat (limited to 'gnu/build/image.scm')
0 files changed, 0 insertions, 0 deletions
e. (run-quassel-test): New procedure. * doc/guix.texi (Messaging): Document quassel service. Efraim Flashner 2018-08-13services: prosody: Get the Shepherd to respawn Prosody....* gnu/services/messaging.scm (prosody-shepherd-service): Return the PID when the action is "start". Clément Lassieur 2018-08-13services: prosody: Use 'invoke' rather than 'system*'....* gnu/services/messaging.scm (prosody-shepherd-service): Replace SYSTEM* with INVOKE. Clément Lassieur 2018-05-11services: bitlbee: Add plugins....* doc/guix.texi (Bitlbee Service): Add plugins. * gnu/services/messaging.scm (<bitlbee-configuration>): Add plugins argument. (bitlbee-shepherd-service): Update config file. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre-Antoine Rouby 2018-05-01services: prosody: Add a default value to the prosody-service-type....* gnu/services/messaging.scm (prosody-service-type)[default-value]: New field. Clément Lassieur 2018-05-01services: prosody: Add a description to the prosody-service-type....* gnu/services/messaging.scm (prosody-service-type)[description]: New field. Clément Lassieur