summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add r-bsgenome-hsapiens-ncbi-grch38.Mădălin Ionel Patrașcu2020-02-25
| | | | | | * gnu/packages/bioconductor.scm (r-bsgenome-hsapiens-ncbi-grch38): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: plantuml: Update to 1.2020.1.Jelle Licht2020-02-25
| | | | | * gnu/packages/uml.scm (plantuml): Update to 1.2020.1. [arguments]<#:phases>[delete-extra-from-classpath]: Modify.
* gnu: Add rust-png-0.12.Valentin Ignatev2020-02-25
| | | | | | * gnu/packages/crates-io.scm (rust-png-0.12): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-png-0.14.Valentin Ignatev2020-02-25
| | | | | | * gnu/packages/crates-io.scm (rust-png-0.14): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-png-0.15.Valentin Ignatev2020-02-25
| | | | | | * gnu/packages/crates-io.scm (rust-png-0.15): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-servo-fontconfig-0.4.Valentin Ignatev2020-02-25
| | | | | | | * gnu/packages/crates-io.scm (rust-servo-fontconfig-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-servo-fontconfig-sys-4.Valentin Ignatev2020-02-25
| | | | | | | * gnu/packages/crates-io.scm (rust-servo-fontconfig-sys-4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-servo-freetype-sys-4.Valentin Ignatev2020-02-25
| | | | | | * gnu/packages/crates-io.scm (rust-servo-freetype-sys-4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-nix-0.15: Don't skip build.Efraim Flashner2020-02-25
| | | | | | | * gnu/packages/crates-io.scm (rust-nix-0.15)[arguments]: Don't skip build. Skip tests. Move rust-cc-1.0 from cargo-development-inputs to cargo-inputs. Replace rust-rand-0.4 with 0.6, rust-sysctl-0.4 with 0.1 in cargo-development-inputs.
* gnu: Add rust-sema-0.1.Valentin Ignatev2020-02-25
| | | | | | * gnu/packages/crates-io.scm (rust-sema-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-expat-sys-2.1.Valentin Ignatev2020-02-25
| | | | | | * gnu/packages/crates-io.scm (rust-expat-sys-2.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-gif-0.10.Valentin Ignatev2020-02-25
| | | | | | * gnu/packages/crates-io.scm (rust-gif-0.10): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-memmap-0.2.Valentin Ignatev2020-02-25
| | | | | | * gnu/packages/crates-io.scm (rust-memmap-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-color-quant-1.0.Valentin Ignatev2020-02-25
| | | | | | * gnu/packages/crates-io.scm (rust-color-quant-1.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: datamash: Update to 1.6.Efraim Flashner2020-02-25
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.6.
* gnu: font-fantasque-sans: Update to 1.8.0.Tobias Geerinckx-Rice2020-02-25
| | | | | | * gnu/packages/fonts.scm (font-fantasque-sans): Update to 1.8.0. [native-inputs]: Remove ttf2eot. [arguments]: Rename the ‘xrange->range’ phase to ‘support-python@3’. Patch another Python twoism.
* Revert "gnu: vim: Fix build on CoW file systems."Tobias Geerinckx-Rice2020-02-25
| | | | This reverts commit b947ba77e60d3d3c5cc6a1c914096e7dab1f7db7.
* gnu: ungoogled-chromium: Update to 80.0.3987.116-0.bb952f1.Marius Bakke2020-02-24
| | | | | | | | | | | | | | * gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for Chromium 80. (%chromium-version): Set to 80.0.3987.116. (%ungoogled-revision): Set to bb952f18c8c80c569583edd8dbb0b54443f49043. (%debian-revision): Set to debian/80.0.3987.116-1. (%chromium-origin, %ungoogled-origin, %debian-origin): Update hashes. (ungoogled-chromium)[arguments]: In #:configure-flags, add "is_cfi=false". Remove "is_clang", "enable_iterator_debugging", "exclude_unwind_tables", "use_jumbo_build", "jumbo_file_merge_limit". Adjust environment for building with Clang. [native-inputs]: Remove GCC-8. Add CLANG-9 and LD-WRAPPER-NEXT.
* gnu: Add ld wrapper variant that supports quotes in response files.Marius Bakke2020-02-24
| | | | | | * gnu/packages/ld-wrapper-next.in: New file. * gnu/local.mk (MISC_DISTRO_FILES): Adjust accordingly. * gnu/packages/chromium.scm (ld-wrapper-next): New variable.
* gnu: Add libtcod.Giacomo Leidi2020-02-24
| | | | | | * gnu/packages/game-development.scm (libtcod): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add lodepng.Giacomo Leidi2020-02-24
| | | | | | * gnu/packages/image.scm (lodepng): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-igraph: Update to 0.8.0.Ricardo Wurmus2020-02-24
| | | | | | | | * gnu/packages/graph.scm (python-igraph): Update to 0.8.0. [arguments]: Replace build phase; move check phase after install phase; pass "--use-pkg-config" to avoid rebuilding igraph. [propagated-inputs]: Add python-texttable. [native-inputs]: Add python-pytest.
* gnu: python-texttable: Update to 1.6.2.Ricardo Wurmus2020-02-24
| | | | | | | * gnu/packages/python-xyz.scm (python-texttable): Update to 1.6.2. [arguments]: Replace check phase. [native-inputs]: Add python-pytest. [license]: Change to Expat.
* gnu: igraph: Update to 0.8.0.Ricardo Wurmus2020-02-24
| | | | * gnu/packages/graph.scm (igraph): Update to 0.8.0.
* gnu: opensmtpd: Update to 6.6.4p1 [security fixes].Tobias Geerinckx-Rice2020-02-24
| | | | | | See <https://www.mail-archive.com/misc@opensmtpd.org/msg04888.html>. * gnu/packages/mail.scm (opensmtpd): Update to 6.6.4p1.
* gnu: mesa-opencl: Build with clang@8.Marius Bakke2020-02-24
| | | | * gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG to CLANG-8.
* gnu: LLVM: Promote LLVM 9 to the default 'llvm' package.Marius Bakke2020-02-24
| | | | | | | | | | | | | | | | | * gnu/packages/llvm.scm (llvm-8): Rename to ... (llvm): ... this. Update to 9.0.1. [license]: Change to ASL2.0. (clang-runtime-from-llvm)[license]: Inherit from LLVM. (clang-from-llvm)[license]: Conditionally choose license based on version. (llvm-9, clang-runtime-8, clang-8, clang-toolchain-8): New public variables. (llvm-7): Inherit from LLVM-8 (for the license change). (llvm-6): Inherit from LLVM-7. (llvm-3.9.1): Inherit from LLVM-6. (llvm-3.8): Inherit from LLVM-3.9.1. (llvm-3.7): Inherit from LLVM-3.8. (llvm-3.6): Inherit from LLVM-3.7. (llvm-3.5): Inherit from LLVM-3.6. (libcxx, libclc, libomp): Update to 9.0.1.
* gnu: mesa: Build with llvm@8 explicitly.Marius Bakke2020-02-24
| | | | * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-8.
* gnu: clang: Use the correct CLANG-RUNTIME for versions 6 and 7.Marius Bakke2020-02-24
| | | | | * gnu/packages/llvm.scm (clang-7): Use CLANG-RUNTIME-7. (clang-6): Use CLANG-RUNTIME-6.
* gnu: Reorganize llvm.scm.Marius Bakke2020-02-24
| | | | | * gnu/packages/llvm.scm (libcxx, libclc, libomp, libcxx-6): Move package definitions below the various LLVM/Clang variants.
* gnu: freecad. Use qt-build-system.John Soo2020-02-24
| | | | | | * gnu/packages/engineering.scm (freecad)[build-system]: Use qt-build-system. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: freecad. Fix build failure.John Soo2020-02-24
| | | | | | | * gnu/packages/engineering.scm (freecad)[inputs]: Use qtbase-patched instead of qtbase. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: qtbase: Add variant that fixes file name handling in CMake macros.John Soo2020-02-24
| | | | | | | | * gnu/packages/patches/qtbase-QTBUG-81715.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/qt.scm (qtbase-patched): New public variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: clang@9: Update to 9.0.1.Marius Bakke2020-02-24
| | | | | * gnu/packages/llvm.scm (llvm-9): Update to 9.0.1. clang-runtime-9, clang-9): Update hashes.
* gnu: llvm: Add helper procedure for constructing download URLs.Marius Bakke2020-02-24
| | | | | | | | | ...in preparation for LLVM 9.0.1 which is no longer hosted on llvm.org. * gnu/packages/llvm.scm (llvm-download-uri): New procedure. (llvm-8, clang-runtime-from-llvm, clang-from-llvm, libcxx, libomp, llvm-9, llvm-7, llvm-6, libcxx-6, llvm-3.9.1, llvm-3.8, llvm-3.7, llvm-3.6, llvm-3.5)[source](uri): Use it.
* gnu: clang@9: Fix search path handling.Marius Bakke2020-02-24
| | | | | | * gnu/packages/patches/clang-9.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/llvm.scm (clang-9): Add #:patches.
* gnu: node: Increase build timeouts.Marius Bakke2020-02-24
| | | | | * gnu/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME. Increase TIMEOUT from 3600 seconds to 14400.
* gnu: espeak-ng: Update to 1.50.Marius Bakke2020-02-24
| | | | | | * gnu/packages/speech.scm (espeak-ng): Update to 1.50. [source]: Change to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, and WHICH.
* gnu: libgme: Remove obsolete workaround.Marius Bakke2020-02-24
| | | | * gnu/packages/music.scm (libgme)[native-inputs]: Remove.
* gnu: python-libarchive-c: Update to 2.9.Marius Bakke2020-02-24
| | | | * gnu/packages/python-xyz.scm (python-libarchive-c): Update to 2.9.
* gnu: git-repo: Update to 2.3.Maxim Cournoyer2020-02-24
| | | | | | | | | | * gnu/packages/android.scm (git-repo): Update to 2.3. [arguments]: Remove the #:python argument. git-repo v2.x is now compatible with Python 3. [phases]{configure-git}: New phase. {set-executable-paths}: Adapt the substitution rule for the GIT command. {check}: Use the "run_tests" script to launch tests. [native-inputs]: Replace python2-nose by python-test.
* gnu: rust-cbindgen: Update to 0.13.1.Efraim Flashner2020-02-24
| | | | * gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.1.
* gnu: rust-encoding-rs-io-0.1: Upgrade to 0.1.7.Efraim Flashner2020-02-24
| | | | | * gnu/packages/crates-io.scm (rust-encoding-rs-io-0.1): Upgrade to 0.1.7. [arguments]: Don't skip build.
* gnu: Add rust-serde-cbor-0.11.Efraim Flashner2020-02-24
| | | | | * gnu/packages/crates-io.scm (rust-serde-cbor-0.11): New variable. (rust-serde-cbor-0.10): Inherit from rust-serde-cbor-0.11.
* gnu: wxwidgets-2: Fix build.Ricardo Wurmus2020-02-24
| | | | | * gnu/packages/wxwidgets.scm (wxwidgets-2)[arguments]: Add phase ignore-narrowing-errors to patch "configure" script.
* gnu: Add rust-euclid-0.20.Valentin Ignatev2020-02-24
| | | | | | * gnu/packages/crates-io.scm (rust-euclid-0.20): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-dlib-0.4.Valentin Ignatev2020-02-24
| | | | | | * gnu/packages/crates-io.scm (rust-dlib-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-deflate-0.7.Valentin Ignatev2020-02-24
| | | | | | * gnu/packages/crates-io.scm (rust-deflate-0.7): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-gzip-header-0.3.Valentin Ignatev2020-02-24
| | | | | | * gnu/packages/crates-io.scm (rust-gzip-header-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-bzip2-sys-0.1.Valentin Ignatev2020-02-24
| | | | | | * gnu/packages/crates-io.scm (rust-bzip2-sys-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>