aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pep.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-19 23:13:42 -0500
committerLeo Famulari <leo@famulari.name>2022-01-20 13:11:37 -0500
commitf223535e1c2f052f671e44a6c546d0ebde3591b1 (patch)
treee8dc158256f1d293f30d44cbb40a9d05e61a85df /gnu/packages/pep.scm
parentaf38141a1cba4a937de3d37d53a93f73d6ebfb67 (diff)
downloadguix-f223535e1c2f052f671e44a6c546d0ebde3591b1.tar.gz
guix-f223535e1c2f052f671e44a6c546d0ebde3591b1.zip
gnu: rrdtool: Disallow references to tzdata-for-tests.
* gnu/packages/rrdtool.scm (rrdtool)[arguments]: Add a #:disallowed-references keyword.
Diffstat (limited to 'gnu/packages/pep.scm')
0 files changed, 0 insertions, 0 deletions
ervices/vpn.scm (%openvpn-activation): Idem. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Clément Lassieur 2017-01-20services: Reindent vpn.scm....This fixes indentation of 'match' forms. * gnu/services/vpn.scm: Pass through 'indent-code.el'. Ludovic Courtès 2017-01-15gnu: Add openvpn service....* gnu/services/vpn.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (VPN Services): New section. Julien Lepiller