aboutsummaryrefslogtreecommitdiff
# This is a "job" for the Upstart init system to launch 'guix-daemon'.
# Drop it in /etc/init to have 'guix-daemon' automatically started.

description "Publish the GNU Guix store"

start on runlevel [2345]

stop on runlevel [016]

task

exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181
2022-08-14gnu: font-gnu-unifont: Update to 14.0.04....* gnu/packages/fonts.scm (font-gnu-unifont): Update to 14.0.04. Tobias Geerinckx-Rice 2022-08-08gnu: font-chiron-hei-hk: Update to 2.503....* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.503. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain 2022-08-08gnu: font-sarasa-gothic: Update to 0.36.8....* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.36.8. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain 2022-08-08gnu: font-chiron-hei-hk: Inherit from font-chiron-sung-hk....* gnu/packages/fonts.scm (font-chiron-hei-hk): Inherit from font-chiron-sung-hk. [build-system, home-page ,license]: Drop fields. [synopsis, description]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain 2022-08-08gnu: font-chiron-sung-hk: Use English for synopsis....* gnu/packages/fonts.scm (font-chiron-sung-hk)[synopsis,description]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain 2022-08-08gnu: font-lxgw-wenkai-tc: Inherit from font-lxgw-wenkai....* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Inherit from font-lxgw-wenkai. [build-system, license]: Removed fields. [synopsis, description]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain 2022-08-08gnu: font-lxgw-wenkai: Use English for synopsis....* gnu/packages/fonts.scm (font-lxgw-wenkai)[synopsis,description]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain 2022-08-08gnu: font-sarasa-gothic: Use English for synopsis....* gnu/packages/fonts.scm (font-sarasa-gothic)[synopsis]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain 2022-08-03gnu: font-sarasa-gothic: Update to 0.36.6...From 46bc3dcc324074b633c5bb3e1c1bdb5f209f5c15 Mon Sep 17 00:00:00 2001 * gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.36.6. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain 2022-08-03gnu: Add font-chiron-hei-hk....* gnu/packages/fonts (font-chiron-hei-hk): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain 2022-08-03gnu: Add font-chiron-sung-hk....* gnu/packages/fonts (font-chiron-sung-hk): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain 2022-08-03gnu: Add font-lxgw-wenkai-tc....* gnu/packages/fonts (font-lxgw-wenkai-tc): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain 2022-08-03gnu: Add font-lxgw-wenkai....* gnu/packages/fonts.scm (font-lxgw-wenkai): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain 2022-07-03gnu: Add font-artifika....* gnu/packages/fonts.scm (font-artifika): New variable. Liliana Marie Prikler 2022-06-28gnu: font-victor-mono: Update to 1.5.3....* gnu/packages/fonts.scm (font-victor-mono): Update to 1.5.3. Signed-off-by: Christopher Baines <mail@cbaines.net> Jose G Perez Taveras 2022-06-26gnu: font-abattis-cantarell: Build from source....* gnu/packages/fonts.scm (font-abattis-cantarell) [source]: Fetch source from git. [build-system]: Switch to meson-build-system. [phases]: Delete phases. [configure-flags]: New argument. [native-inputs]: Remove variable-font archive and unzip. Add gettext-minimal, psautohint, python, python-cffsubr, python-fontmath, python-statmake and python-ufo2ft. [description]: Mention the non-variable and variable font variants. Maxim Cournoyer