aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
Diffstat (limited to 'config-daemon.ac')
0 files changed, 0 insertions, 0 deletions
cated-package. * gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): Move from here... * gnu/packages/textutils.scm (go-github-com-aswinkarthik-csvdiff): ... to here. Liliana Marie Prikler 2021-12-20gnu: Move csvdiff to (gnu packages textutils)....* gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): Add deprecated alias. Move to ... * gnu/packages/textutils (csvdiff): ... here. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> BonfaceKilz 2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-12-03gnu: python-pandocfilters: Update to 1.5.0....* gnu/packages/textutils.scm (python-pandocfilters): Update to 1.5.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> jgart 2021-09-06gnu: opencc: Fix build....* gnu/packages/textutils.scm (opencc)[arguments]: Create PYTHONPATH from GUIX_PYTHONPATH as the former is not defined. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber 2021-07-28gnu: Add utf8proc-2.6.1....* gnu/packages/textutils.scm (utf8proc-2.6.1): New variable. Co-Authored-By: zimoun <zimon.toutoune@gmail.com>. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Baptiste Volatier 2021-07-05gnu: libconfig: Update to 1.7.3....* gnu/packages/textutils.scm (libconfig): Update to 1.7.3. Tobias Geerinckx-Rice 2021-05-01gnu: ustr: Omit static libraries....* gnu/packages/textutils.scm (ustr)[arguments]: Add a new 'omit-static-libraries phase. Tobias Geerinckx-Rice 2021-04-28gnu: ustr: Don't use vsnprintf....This 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