aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.service.in
blob: 78f04714eb3b051024ad9d13f8e82e03a3b1a4fa (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is a "service unit file" for the systemd init system to launch
# 'guix publish'.  Drop it in /etc/systemd/system or similar to have
# 'guix publish' automatically started.

[Unit]
Description=Publish the GNU Guix store
Requires=guix-daemon.service
PartOf=guix-daemon.service
After=guix-daemon.service

[Service]
ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181
Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8
RemainAfterExit=yes
StandardOutput=syslog
StandardError=syslog

# See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
TasksMax=1024

[Install]
WantedBy=multi-user.target
/span>gnu: retroarch: Use more system libraries....* gnu/packages/emulators.scm (retroarch)[inputs]: Add flac, glslang, mbedtls-apache, openssl, spirv-headers and spirv-tools. [arguments]: Add configure flags to disable bundled libraries. Change-Id: I2a833da5e5b28469e4677b3c24608e71949308a7 宋文武 2023-10-29gnu: retroarch: Update to 1.16.0.3....* gnu/packages/emulators.scm (retroarch): Update to 1.16.0.3. Change-Id: Ied17b92bb416bd7e237ef883793015c96b01d2f8 宋文武 2023-10-01gnu: desmume: Update to 0.9.13....* gnu/packages/emulators.scm (desmume): Update to 0.9.13. [source]: Switch to git-fetch. Remove patches. [build-system]: Switch to meson-build-system. [arguments]<#:configure-flags>: Replace “--enable-openal” with “-Dopenal=true”. Remove “--enable-wifi”. Add “-Dfrontend-cli=true”, “-Dfrontend-gtk=true”, and “-Dgdb-stub=true”. <#:phases>: Add ‘chdir’. [native-inputs]: Add glib:bin and gettext-minimal. [inputs]: Replace sdl with sdl2 and gtk+-2 with gtk+. Remove glu. Add agg, alsa-lib, libpcap, openal, and soundtouch. [home-page]: Use HTTPS. * gnu/packages/patches/desmume-gcc6-fixes.patch: Removed file. * gnu/packages/patches/desmume-gcc7-fixes.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hendursaga 2023-09-17gnu: dolphin-emu: Update to 5.0-13669.f9deb68....* gnu/packages/emulators.scm (dolphin-emu): Update to 5.0-13669.f9deb68. [source]: Don't explicitly return #t from snippet. [arguments]: Nor from phases. Tobias Geerinckx-Rice 2023-09-17gnu: dolphin-emu: Remove input labels....* gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice 2023-09-17gnu: Remove extraneous imports....Found by running 'guild compile -W3 gnu/packages/$module.scm', using guild from the upcoming Guile. * gnu/packages/admin.scm: Remove extraneous imports. * gnu/packages/avr.scm: Likewise. * gnu/packages/base.scm: Likewise. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/firmware.scm: Likewise. * gnu/packages/linphone.scm: Likewise. * gnu/packages/telephony.scm: Likewise. * gnu/packages/cran.scm: Likewise. * gnu/packages/kde.scm: Likewise. * gnu/packages/libcanberra.scm: Likewise. * gnu/packages/libreoffice.scm: Likewise. * gnu/packages/mes.scm: Likewise. * gnu/packages/mingw.scm: Likewise. * gnu/packages/serialization.scm: Likewise. * gnu/packages/sync.scm: Likewise. * gnu/packages/syncthing.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/emulators.scm: Likewise. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer 2023-09-05gnu: dosbox-staging: Update to 0.80.1....* gnu/packages/emulators.scm (dosbox-staging): Update to 0.80.1. [inputs]: Add libslirp an sdl2-image. Don't use sdl-union. [arguments]: Adjust configure-flags and 'fix-includes' phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> 宋文武 2023-07-16gnu: vice: Update to 3.7.1....* gnu/packages/emulators.scm (vice): Update to 3.7.1. Tobias Geerinckx-Rice