Do not try to create $localstatedir (aka. /var) since we don't have write access. --- findutils-4.4.2/locate/Makefile.in 2015-06-04 12:40:52.690935795 +0200 +++ findutils-4.4.2/locate/Makefile.in 2015-06-04 12:41:32.087286685 +0200 @@ -1212,7 +1212,7 @@ updatedb: updatedb.sh Makefile chmod +x $@ install-data-hook: - $(top_srcdir)/build-aux/mkinstalldirs $(DESTDIR)$(localstatedir) + true dblocation.texi: Makefile echo '@set LOCATE_DB $(LOCATE_DB)' > $@ t='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gettext.scm
AgeCommit message (Expand)Author
2019-10-27gnu: po4a: Update to 0.57....* gnu/packages/gettext.scm (po4a): Update to 0.57. Tobias Geerinckx-Rice
2019-07-02gnu: gettext: Update to 0.20.1....* gnu/packages/gettext.scm (gettext-minimal): Update to 0.20.1. [source](snippet): Remove. [inputs]: Remove EXPAT. Add LIBUNISTRING, LIBXML2, and NCURSES. [arguments]: Add #:configure-flags and a "patch-fixed-paths" phase. Delete "link-expat" phase. * gnu/packages/commencement.scm (gettext-boot0): Stay on version 0.19.8.1. [arguments]: Adjust accordingly. Co-authored-by: Miguel <rosen644835@gmail.com> Marius Bakke
2019-06-08gnu: po4a: Update to 0.56....* gnu/packages/gettext.scm (po4a): Update to 0.56. Marius Bakke
2019-05-22gnu: Add libtextstyle....* gnu/packages/gettext.scm (libtextstyle): New variable. Ludovic Courtès
2019-05-22gnu: gettext-minimal: Specify upstream name and CPE name....* gnu/packages/gettext.scm (gettext-minimal)[properties]: New field. Ludovic Courtès
2019-01-05gnu: po4a: Update to 0.55....* gnu/packages/gettext.scm (po4a): Update to 0.55. [arguments]: Add 'patch-docbook-xml phase to patch references to docbook-xml. Update custom 'disable-failing-tests phase. [native-inputs]: Replace docbook-xml with docbook-xml-4.1.2. Efraim Flashner
2018-08-11gnu: po4a: Update to 0.54....* gnu/packages/gettext.scm (po4a): Update to 0.54. [arguments]: Remove ‘set-search-path’ and ‘fix-builder’ phases. Coalesce ‘disable-...-test’ phases into one ‘disable-failing-tests’ phase, update their numbering, and re-enable the ‘yaml’ test. [native-inputs]: Add perl-yaml-tiny test dependency. Tobias Geerinckx-Rice
2018-06-09gnu: po4a: Update to 0.53....* gnu/packages/gettext.scm (po4a): Update to 0.53. [source]: Update to newer github source location. [arguments]: Disable two failing tests. Julien Lepiller
2018-03-23gnu: gettext-minimal: Return #t from all phases....* gnu/packages/gettext.scm (gettext-minimal)[arguments]: Return #t from the 'patch-tests' and 'link-expat' phases. Mark H Weaver
2018-02-22gnu: po4a: Update home page....* gnu/packages/gettext.scm (po4a)[home-page]: Update. Tobias Geerinckx-Rice