aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nss.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/nss.scm')
0 files changed, 0 insertions, 0 deletions
lt;ludo@gnu.org> mephi42 2018-01-18gnu: bootstrap: 'package-with-bootstrap-guile' uses 'eq?' memoization....* gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Use 'mlambdaq'. Ludovic Courtès 2017-08-28gnu: guix: Factorize downloads of bootstrap tarball....* gnu/packages/bootstrap.scm (bootstrap-guile-origin): New procedure. * gnu/packages/package-management.scm (guix)[inputs]: Remove 'boot-guile' procedure; use 'bootstrap-guile-origin' instead. Ludovic Courtès 2017-08-28gnu: bootstrap: Prefer HTTPS for downloads....* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add "https" URL first. Ludovic Courtès 2017-08-28gnu: guile-bootstrap: Use a fixed-output derivation to download....* 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. Ludovic Courtès 2017-07-07gnu: Add basic support for powerpc64le-linux-gnu targets....* 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. Ludovic Courtès 2017-05-01gnu: Add gcc-vc4....Fixes <https://bugs.gnu.org/26541>. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add vc4-elf. * gnu/packages/embedded.scm (gcc-vc4): New variable. Danny Milosavljevic 2017-03-09Merge branch 'master' into core-updatesLudovic Courtès 2017-03-07gnu: Add basic support for "alpha-linux" systems....* 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> Sergei Trofimovich