summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: bluez: Update to 5.53.Brice Waegeneire2020-02-24
| | | | | | * gnu/packages/linux.scm (bluez): Update to 5.53. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: pciutils: Update to 3.6.4.Marius Bakke2020-02-24
| | | | * gnu/packages/pciutils.scm (pciutils): Update to 3.6.4.
* gnu: cups-filters: Update to 1.27.1.Marius Bakke2020-02-24
| | | | * gnu/packages/cups.scm (cups-filters): Update to 1.27.1.
* gnu: gtk+: Update to 3.24.14.Marius Bakke2020-02-24
| | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.14.
* gnu: ImageMagick: Update to 6.9.10-95.Marius Bakke2020-02-24
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-95.
* gnu: libinput: Update to 1.15.2.Marius Bakke2020-02-24
| | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.15.2.
* gnu: ALSA: Update to 1.2.2.Marius Bakke2020-02-24
| | | | * gnu/packages/linux.scm (alsa-lib, alsa-utils, alsa-plugins): Update to 1.2.2.
* gnu: qtbase: Remove custom 'qtbase-patched' variant.Marius Bakke2020-02-24
| | | | | | * gnu/packages/qt.scm (qtbase)[source](patches): Add 'qtbase-QTBUG-81715.patch. (qtbase-patched): Remove variable. * gnu/packages/engineering.scm (freecad)[inputs]: Change from QTBASE-PATCHED to QTBASE.
* gnu: mesa: Build with LLVM 9.Marius Bakke2020-02-24
| | | | * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-8 to LLVM-9.
* Merge branch 'master' into stagingMarius Bakke2020-02-24
|\
| * 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.
| * build-system: Fix copy-build-system default install plan.Pierre Neidhardt2020-02-24
| | | | | | | | | | * guix/build-system/copy.scm (copy-build): Set install-plan default value to copy everything from source to the output.
| * ui: Don't truncate search output when inside Emacs.Pierre Neidhardt2020-02-24
| | | | | | | | | | * guix/ui.scm (display-search-results): Loop over all results when INSIDE_EMACS is set.
| * ui: Don't disable colors when INSIDE_EMACS is set.Pierre Neidhardt2020-02-24
| | | | | | | | * guix/colors.scm (color-output?): Remove INSIDE_EMACS condition.
| * ui: Only display link in capable terminals.zimoun2020-02-24
| | | | | | | | | | | | | | * guix/ui.scm (display-generation): Display generation path on new line. * guix/scripts/describe.scm (channel-commit-hyperlink): Add TRANSFORMER argument. (display-profile-content): Use TRANSFORMER argument to display URL explicitly when terminal does not support hyperlinks.
| * 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>
| * gnu: rust-bumpalo-2.5: Inherit from rust-bumpalo-3.Valentin Ignatev2020-02-24
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-bumpalo-2.5): Inherit from from rust-bumpalo-3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add rust-bumpalo-3.Valentin Ignatev2020-02-24
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-bumpalo-3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add rust-simd-0.2.Valentin Ignatev2020-02-24
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-simd-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: rust-siphasher-0.2: Don't skip build.Efraim Flashner2020-02-24
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-siphasher-0.2)[arguments]: Don't skip build.
| * gnu: rust-signal-hook-registry-1.0: Inherit from rust-signal-hook-registry-1.2.Valentin Ignatev2020-02-24
| | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-signal-hook-registry-1.0): Inherit from from rust-signal-hook-registry-1.2. [arguments]: Don't skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: rust-signal-hook-0.1: Update to 0.1.13.Valentin Ignatev2020-02-24
| | | | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-signal-hook-0.1): Update to 0.1.13. [arguments]: Don't skip build. Replace rust-signal-hook-registry-1.0 with 1.2 in cargo-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add rust-signal-hook-registry-1.2.Valentin Ignatev2020-02-24
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-signal-hook-registry-1.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>