aboutsummaryrefslogtreecommitdiff
path: root/tests/texlive.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-01-30 23:20:18 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-02-03 10:14:53 +0200
commit63cf277bfacf282d2b19f00553745b2a9370eca0 (patch)
tree2de8ff6fb20cc04022e3118a2b320e0380fc2803 /tests/texlive.scm
parent1b3dcb3dd266fda9732b7a8194bd24e80043fb7a (diff)
downloadguix-63cf277bfacf282d2b19f00553745b2a9370eca0.tar.gz
guix-63cf277bfacf282d2b19f00553745b2a9370eca0.zip
gnu: Add tootle.
* gnu/packages/mastodon.scm (tootle): New variable.
Diffstat (limited to 'tests/texlive.scm')
0 files changed, 0 insertions, 0 deletions
o.scm, gnu/packages/vim.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm, gnu/services/desktop.scm, gnu/services/version-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> nikita 2020-04-23gnu: automake: Support cross-build....Automake does not cross-built properly: it lacks the concept of <tool>-for-build. It runs the host `autoconf' during build. * gnu/packages/autotools.scm (automake)[inputs]: Add autoconf, bash-minimal and perl. To avoid triggering a rebuild, do this while cross-compiling only. [arguments]: When cross-building, add `patch-non-shebang-references' phase to substitute autoconf and perl. Jan (janneke) Nieuwenhuizen 2020-04-23gnu: autoconf: Support cross-build....Autoconf does not cross-built properly: it lacks the concept of <tool>-for-build. It runs the host `autom4te' (a perl script) during build. * gnu/packages/autotools.scm (autoconf)[inputs]: Add bash-minimal, perl, and m4. To avoid triggering a rebuild, do this while cross-compiling only. [arguments]: When cross-building, add `patch-non-shebang-references' phase to substitute the host bash, m4 and perl. Jan (janneke) Nieuwenhuizen 2020-03-27gnu: Automake: Remove version 1.16.1....* gnu/packages/autotools.scm (automake): Update to 1.16.2. [arguments]: Add phase "skip-test". (automake-1.16.2): Remove variable. Marius Bakke 2020-03-27Merge branch 'master' into core-updates... Conflicts: gnu/packages/icu4c.scm gnu/packages/man.scm gnu/packages/python-xyz.scm guix/scripts/environment.scm guix/scripts/pack.scm guix/scripts/package.scm guix/scripts/pull.scm guix/store.scm Marius Bakke 2020-03-24gnu: automake: Add version 1.16.2....* gnu/packages/autotools.scm (automake-1.16.2): New variable. Ludovic Courtès 2020-03-14Merge branch 'master' into core-updatesMarius Bakke 2020-03-13gnu: autobuild: Use HTTPS home page....* gnu/packages/autotools.scm (autobuild)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-02-16gnu: autoconf: Use HTTPS home page....* gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2019-09-24gnu: libtool: Fix cross-compilation....* gnu/packages/autotools.scm (libtool)[arguments]: Do not run tests and use bash from native-inputs when cross-compiling. Pierre-Moana Levesque