# -*- mode: snippet -*- # name: guix-package # key: package... # -- (define-public $1 (package (name "$1") (version "$2") (source origin...$0) (build-system ${3:$$(yas-choose-value "android-ndk-build-system" "ant-build-system" "asdf-build-system" "cargo-build-system" "cmake-build-system" "dub-build-system" "emacs-build-system" "font-build-system" "glib-or-gtk-build-system" "gnu-build-system" "go-build-system" "haskell-build-system" "meson-build-system" "minify-build-system" "ocaml-build-system" "perl-build-system" "python-build-system" "r-build-system" "ruby-build-system" "scons-build-system" "texlive-build-system" "trivial-build-system" "waf-build-system")}) (home-page "$4") (synopsis "$5") (description "$6") (license $7)))b2fb9968552416009cbed47f8055'/>
path: root/gnu/services/admin.scm
AgeCommit message (Expand)Author
2017-11-05services: Add 'description' fields....Ludovic Courtès
2017-08-09services: admin: Simplify the handling of the Tailon debug? option....Christopher Baines
2017-08-09services: Update the Tailon service for Tailon 1.3.0....Christopher Baines
2017-08-09services: Add missing wrap-lines option to tailon....Christopher Baines
2017-07-29gnu: services: admin: Add tailon....Christopher Baines
2017-06-12services: rottlog: Make extensible....Ludovic Courtès
2017-06-12services: rottlog: Define <log-rotation> objects....Ludovic Courtès
2017-04-16services: Add a default value to various service types....Ludovic Courtès
2016-12-19services: guix: Add 'log-file' configuration option....Ludovic Courtès
2016-10-03services: rottlog: Add Rottlog to the global profile....Ludovic Courtès
2016-10-03services: rottlog: Improve default weekly rotations....Ludovic Courtès
2016-10-03services: Add rottlog....Jan Nieuwenhuizen