aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/accessibility.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-03 23:23:51 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-03 23:23:51 +0100
commit82946b0583d58daab979a5d883526049517785fc (patch)
treec8790fa83a3cd472d34fceba0619e9dbdc360af6 /gnu/packages/accessibility.scm
parent99fdeba4babc595e8b0ad8b937ca76adb1846b11 (diff)
downloadguix-82946b0583d58daab979a5d883526049517785fc.tar.gz
guix-82946b0583d58daab979a5d883526049517785fc.zip
gnu: Add rust-android-log-sys-0.1.
* gnu/packages/crates-io.scm (rust-android-log-sys-0.1): New variable.
Diffstat (limited to 'gnu/packages/accessibility.scm')
0 files changed, 0 insertions, 0 deletions
urls): Add "https" URL first. 2017-08-28gnu: guile-bootstrap: Use a fixed-output derivation to download.Ludovic Courtès * gnu/packages/bootstrap.scm (bootstrap-guile-url-path) (bootstrap-guile-hash, download-bootstrap-guile): New procedures. (raw-build): Use it. Script uses $GUILE_TARBALL. Add GUILE to the inputs of the derivation. 2017-07-07gnu: Add basic support for powerpc64le-linux-gnu targets.Ludovic Courtès * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "powerpc64le-linux". * gnu/packages/linux.scm (system->linux-architecture): Add "powerpc" prefix. (system->defconfig): Add "powerpc64le-" prefix. 2017-05-01gnu: Add gcc-vc4.Danny Milosavljevic Fixes <https://bugs.gnu.org/26541>. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add vc4-elf. * gnu/packages/embedded.scm (gcc-vc4): New variable. 2017-03-09Merge branch 'master' into core-updatesLudovic Courtès 2017-03-07gnu: Add basic support for "alpha-linux" systems.Sergei Trofimovich * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "/lib/ld-linux.so.2" as "alpha-linux" ld.so. * gnu/packages/linux.scm (system->linux-architecture): Add "alpha" arch. Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2017-02-20gnu: Add bootstrap-binaries for 'aarch64-linux'.Efraim Flashner These bootstrap-binaries were built against commit 8f8f250bdca917b3ce38aa0902f01b19081859a4. * gnu/packages/bootstrap/aarch64-linux/bash, gnu/packages/bootstrap/aarch64-linux/mkdir, gnu/packages/bootstrap/aarch64-linux/xz, gnu/packages/bootstrap/aarch64-linux/tar: New files. * gnu/local.mk (bootstrap_aarch64_linuxdir) (dist_bootstrap_aarch64_linux_DATA) (nodist_bootstrap_aarch64_linux_DATA): New variables. (DISTCLEANFILES): Add $(nodist_bootstrap_aarch64_linux_DATA). (gnu/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz): New target. * build-aux/download.scm (filename->uri): Add aarch64-linux entry. * gnu/packages/bootstrap.scm (raw-build): Use guile-2.0.14.tar.xz on aarch64-linux. (glibc-dynamic-linker, %bootstrap-coreutils&co, %boostrap-binutils) (%bootstrap-glibc, %bootstrap-gcc): Add aarch64-linux cases. * m4/guix.m4 (GUIX_SYSTEM_TYPE): Add aarch64 case. (GUIX_ASSERT_SUPPORTED_SYSTEM): Add aarch64-linux to supported list. * doc/guix.texi (GNU Distribution): Add aarch64-linux to the list of supported systems. * tests/packages.scm (package-search-derivation, snippet): Add aarch64 case. 2017-02-20gnu: %bootstrap-coreutils&co: Patch egrep/fgrep to work regardless of $PATH.Efraim Flashner This is the bootstrap version of 1063d325ea76aa2b00dfcd3d436b16e412103df1 * gnu/packages/bootstrap.scm (%bootstrap-coreutils&co)[source]: Patch the absolute location of 'grep' when called from 'egrep' or 'fgrep'. 2017-02-02Merge branch 'master' into core-updatesLeo Famulari 2017-01-28Use 'mlambda' instead of 'memoize'.Ludovic Courtès * gnu/packages.scm (find-newest-available-packages): Use 'mlambda' instead of (memoize (lambda ...) ...). * gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Likewise. * guix/build-system/gnu.scm (package-with-explicit-inputs)[rewritten-input]: Likewise. * guix/build-system/python.scm (package-with-explicit-python)[transform]: Likewise. * guix/derivations.scm (derivation->string): Likewise. * guix/gnu-maintenance.scm (gnu-package?): Likewise. * guix/modules.scm (module-file-dependencies): Likewise. * guix/scripts/graph.scm (standard-package-set): Likewise. * guix/scripts/lint.scm (official-gnu-packages*): Likewise. * guix/store.scm (store-regexp*): Likewise. * guix/utils.scm (location): Likewise. 2017-01-28Add (guix memoization).Ludovic Courtès * guix/combinators.scm (memoize): Remove. * guix/memoization.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages.scm, gnu/packages/bootstrap.scm, guix/build-system/gnu.scm, guix/build-system/python.scm, guix/derivations.scm, guix/gnu-maintenance.scm, guix/import/cran.scm, guix/import/elpa.scm, guix/modules.scm, guix/scripts/build.scm, guix/scripts/graph.scm, guix/scripts/lint.scm, guix/store.scm, guix/utils.scm: Adjust imports accordingly. 2017-01-06Merge branch 'master' into core-updatesLeo Famulari 2017-01-04gnu: bootstrap: Add the dynamic linker name for "powerpc-linux".Carlos Sánchez de La Lama This commit completes cross-compilation support for powerpc-linux-gnu. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "powerpc-linux" case. 2017-01-01gnu: Add dummy linker for propeller-elf.Ricardo Wurmus * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for propeller-elf. 2016-12-17gnu: bootstrap: Add FTP URL for bootstrap binaries.Ludovic Courtès * gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add ftp://alpha.gnu.org (http://alpha.gnu.org is currently unresponsive.) 2016-10-09gnu: Add arm-none-eabi cross compiler.Ricardo Wurmus * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "arm-eabi". * gnu/packages/embedded.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. 2016-05-13Merge branch 'master' into core-updatesLeo Famulari 2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès * guix/utils.scm (compile-time-value, memoize, fold2) (fold-tree, fold-tree-leaves): Move to... * guix/combinators: ... here. New file. * tests/utils.scm ("fold2, 1 list", "fold2, 2 lists") (fold-tree tests): Move to... * tests/combinators.scm: ... here. New file. * Makefile.am (MODULES, SCM_TESTS): Add them. * gnu/packages.scm, gnu/packages/bootstrap.scm, gnu/services/herd.scm, guix/build-system/gnu.scm, guix/build-system/python.scm, guix/derivations.scm, guix/gnu-maintenance.scm, guix/import/elpa.scm, guix/scripts/archive.scm, guix/scripts/build.scm, guix/scripts/graph.scm, guix/scripts/lint.scm, guix/scripts/size.scm, guix/scripts/substitute.scm, guix/serialization.scm, guix/store.scm, guix/ui.scm: Adjust imports accordingly. 2016-05-02Merge branch 'master' into core-updatesMathieu Lirzin 2016-05-01gnu: bootstrap: Add case for i686-mingw.Jan Nieuwenhuizen * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw. Signed-off-by: Manolis Ragkousis <manolis837@gmail.com> 2016-04-27gnu: Add missing synopses and descriptions.Ludovic Courtès * gnu/packages/bootstrap.scm (package-from-tarball) (%bootstrap-glibc, %bootstrap-gcc): Set 'description' field. * gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Set 'synopsis' and 'description'. 2016-04-16gnu: bootstrap: Add the location of ld.so on arm64.Manolis Ragkousis * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic linker for aarch64-linux. 2016-02-28gnu: bootstrap: Honor the origin's names.Ludovic Courtès Reported by Mark H Weaver <mhw@netris.org> at <https://lists.gnu.org/archive/html/guix-devel/2016-02/msg01100.html>. * gnu/packages/bootstrap.scm (bootstrap-origin)[boot]: Honor NAME. 2015-09-13Merge branch 'master' into core-updatesLudovic Courtès 2015-09-06gnu: Set license of the bootstrap tools.Ludovic Courtès * gnu/packages/bootstrap.scm (package-from-tarball)[license]: Set to GPL3+. * gnu/packages/make-bootstrap.scm (%static-binaries)[license]: Likewise. 2015-09-04gnu: bootstrap: Add the location of ld.so on GNU/Hurd.Marek Benc * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic linker for i686-gnu and i585-gnu. Signed-off-by: Manolis Ragkousis <manolis837@gmail.com> 2015-07-10gnu: bootstrap: Create a wrapper for guile to set the system load path.Mark H Weaver * gnu/packages/bootstrap.scm (raw-build): After unpacking, use the bootstrap guile to create its own wrapper that sets the guile system load path.