aboutsummaryrefslogtreecommitdiff
path: root/tests/cache.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-01-27 16:30:36 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-01-27 16:33:29 +0100
commit5cda9ff27af34a0ebfc0d4d83d5526027a057e1b (patch)
tree4733889754dfd3717fcbcfe810e052f544e8eed0 /tests/cache.scm
parent394fb5f38e12ecf6a46631f52a46d48169a9e325 (diff)
downloadguix-5cda9ff27af34a0ebfc0d4d83d5526027a057e1b.tar.gz
guix-5cda9ff27af34a0ebfc0d4d83d5526027a057e1b.zip
gnu: r-parameters: Update to 0.4.1.
* gnu/packages/cran.scm (r-parameters): Update to 0.4.1.
Diffstat (limited to 'tests/cache.scm')
0 files changed, 0 insertions, 0 deletions
/td>services: Do not use symbolic links in PulseAudio variables.Marius Bakke This addresses <https://bugs.gnu.org/40837> by making these configuration files more easily accessible within the WebKitGTK sandbox. * gnu/services/sound.scm (pulseaudio-environment): Move below PULSEAUDIO-CONF-ENTRY. Instantiate PULSE_CONFIG and PULSE_CLIENTCONFIG entries directly instead of referring to /etc/pulse. (pulseaudio-etc): Do not create /etc/pulse/client.conf and /etc/pulse/daemon.conf. 2020-01-11services: Split ladspa-service-type from pulseaudio-service-type.