aboutsummaryrefslogtreecommitdiff
path: root/etc/gnu-store.mount.in
blob: c94f2db72beb1fb2dd6f395dffe3530de3a0232b (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Read-only @storedir@ for GNU Guix
DefaultDependencies=no
ConditionPathExists=@storedir@
Before=guix-daemon.service

[Install]
WantedBy=guix-daemon.service

[Mount]
What=@storedir@
Where=@storedir@
Type=none
Options=bind,ro
s follows up on 1059d1570b7078e6a83e067577b42ed24ee25b55, which caused new tests failures on non-cross builds. * gnu/packages/textutils.scm (ustr)[arguments]: Return "0" for ./autoconf_vsnprintf. Tobias Geerinckx-Rice 2021-04-28gnu: ustr: Cross-compile....Also fix <http://issues.guix.gnu.org/48084>. * gnu/packages/text-utils.scm (ustr)[arguments]: Use CC-FOR-TARGET. Add a new 'fix-cross-compilation phase. Tobias Geerinckx-Rice 2021-04-27gnu: html2text: Add informative BSD-4 licence....* gnu/packages/textutils.scm (html2text)[license]: Add bsd-4. Tobias Geerinckx-Rice 2021-04-27gnu: html2text: Fix cross-compilation....* gnu/packages/textutils.scm (html2text)[arguments]: Set $CXX to the correct (CC-FOR-TARGET). Tobias Geerinckx-Rice 2021-04-27gnu: html2text: Run ./configure without errors....* gnu/packages/textutils.scm (html2text)[arguments]: Add a custom 'configure phase. Replace the custom 'fix-paths phase with the customary #:make-flags equivalent. Tobias Geerinckx-Rice 2021-04-27gnu: Add html2text....* gnu/packages/textutils.scm (html2text): New variable. Guillaume Le Vaillant 2021-03-13gnu: opencc: Update to 1.1.1....* gnu/packages/textutils.scm(opencc): Update to 1.1.1 [arguments]<#:out-of-source?>: Build in source tree. <#:parallel-build?>: Disable. <#:phases>: In "patch-3rd-party-references", fix the version of dependency. Add phases "patch-python-binding-installation", "install-python-binding" and "enable-bytecode-determinism". [native-inputs]: Add python-setuptools and python-wheel. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Zhu Zihao