aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cups.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-12-20 14:39:46 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-04 19:29:13 +0100
commit24a285acca2a4675df79ef3169088937ab49658c (patch)
tree16db771c7da04605982ed52840ec2de680302387 /gnu/packages/cups.scm
parente4dad3d42f5c64bc1f25ee76082f5b9c3793eff0 (diff)
downloadguix-24a285acca2a4675df79ef3169088937ab49658c.tar.gz
guix-24a285acca2a4675df79ef3169088937ab49658c.zip
gnu: Add rust-nb-connect-1.
* gnu/packages/crates-io.scm (rust-nb-connect-1): New variable.
Diffstat (limited to 'gnu/packages/cups.scm')
0 files changed, 0 insertions, 0 deletions
ip'>The gfortran packages cannot be used without being wrapped with gfortran-toolchain. However, as the comment in (gnu packages commencement) explains, there cannot be more than one gfortran-toolchain package because of ABI issues. Thus, versions of gfortran other than the main one are useless. * gnu/packages/gcc.scm (gfortran-4.8, gfortran-4.9, gfortran-5, gfortran-6, gfortran-7, gfortran-8, gfortran-9): Remove variables. (gfortran): Define the gfortran package based on the gcc variable. Jakub Kądziołka 2020-05-08Merge branch 'core-updates'Marius Bakke 2020-05-08gnu: gcc: Add 10.1.0....* gnu/packages/gcc.scm (gcc-10): New variable. Ludovic Courtès 2020-04-28gnu: custom-gcc: Ensure #:modules are not overridden by the inherited GCC....This fixes a regression introduced in 56c833ea287f8f6d3c72f8bddc314960c0164d64 where the #:modules argument became ineffective. Reported by Efraim Flashner in <https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00473.html> * gnu/packages/gcc.scm (custom-gcc)[arguments]: Add #:modules through SUBSTITUTE-KEYWORD-ARGUMENTS. Marius Bakke 2020-04-23gnu: GCC@8: Remove obsolete patch....This is no longer required since the update to 8.4.0 in 60ce496ad8. * gnu/packages/patches/gcc-8-libsanitizer-mode-size.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gcc.scm (gcc-8)[source](patches): Remove it. Marius Bakke 2020-03-24gnu: bootstrap: gcc-static: Use gcc-5....* gnu/packages/make-bootstrap.scm (gcc-static): Use gcc-5. This fixes building libstdc++-boot0 with a newly built %bootstrap-gcc. (%gcc-stripped): Likewise. (gcc-for-bootstrap): Likewise. * gnu/packages/patches/gcc-5-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-5): Use it. Jan Nieuwenhuizen 2020-03-21Merge branch 'master' into core-updatesMarius Bakke 2020-03-20gnu: make-libiberty: Use install-file....* gnu/packages/gcc.scm(make-libiberty): In phase install use install-file helper function to install file. guy fleury iteriteka 2020-03-20gnu: libiberty: Do not inherit properties from GCC....* gnu/packages/gcc.scm (make-libiberty)[properties]: New field. Marius Bakke 2020-03-18gnu: GCC@9: Remove obsolete patch....This patch became obsolete when the update to 9.3.0 was merged (commit 3dade1d59e7b4caa641670a76c0c48b4c90f6b3c). * gnu/packages/patches/gcc-9-libsanitizer-mode-size.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gcc.scm (gcc-9)[source](patches): Remove it. Marius Bakke 2020-03-18Merge branch 'master' into core-updatesMarius Bakke 2020-03-15gnu: gcc@4.9, gcc@5: Adjust for CPLUS_INCLUDE_PATH changes....* gnu/packages/gcc.scm (gcc-4.9): Unless cross-compiling, add ... [arguments]: with a phase to remove glibc and GCC from CPLUS_INCLUDE_PATH. (gcc-6)[arguments]: Inherit from GCC-4.8. Marius Bakke 2020-03-16gnu: Add libgccjit....* gnu/packages/gcc.scm (libgccjit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Joseph LaFreniere 2020-03-14gnu: gcc-9: Update to 9.3.0....* gnu/packages/gcc.scm (gcc-9): Update to 9.3.0. Efraim Flashner 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-03-04gnu: gcc-8: Update to 8.4.0....* gnu/packages/gcc.scm (gcc-8): Update to 8.4.0. Efraim Flashner