| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add ld wrapper variant that supports quotes in response files.•••* 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.
| Marius Bakke | 2020-02-24 | 3 | -2/+321 |
* | gnu: Add libtcod.•••* gnu/packages/game-development.scm (libtcod): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi | 2020-02-24 | 1 | -0/+74 |
* | gnu: Add lodepng.•••* gnu/packages/image.scm (lodepng): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi | 2020-02-24 | 1 | -0/+56 |
* | gnu: python-igraph: Update to 0.8.0.•••* 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.
| Ricardo Wurmus | 2020-02-24 | 1 | -4/+19 |
* | gnu: python-texttable: Update to 1.6.2.•••* 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.
| Ricardo Wurmus | 2020-02-24 | 1 | -5/+11 |
* | gnu: igraph: Update to 0.8.0.•••* gnu/packages/graph.scm (igraph): Update to 0.8.0.
| Ricardo Wurmus | 2020-02-24 | 1 | -5/+5 |
* | gnu: opensmtpd: Update to 6.6.4p1 [security fixes].•••See <https://www.mail-archive.com/misc@opensmtpd.org/msg04888.html>.
* gnu/packages/mail.scm (opensmtpd): Update to 6.6.4p1.
| Tobias Geerinckx-Rice | 2020-02-24 | 1 | -2/+2 |
* | gnu: mesa-opencl: Build with clang@8.•••* gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG to CLANG-8.
| Marius Bakke | 2020-02-24 | 1 | -1/+1 |
* | gnu: LLVM: Promote LLVM 9 to the default 'llvm' package.•••* 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.
| Marius Bakke | 2020-02-24 | 1 | -37/+42 |
* | gnu: mesa: Build with llvm@8 explicitly.•••* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-8.
| Marius Bakke | 2020-02-24 | 1 | -1/+1 |
* | gnu: clang: Use the correct CLANG-RUNTIME for versions 6 and 7.•••* gnu/packages/llvm.scm (clang-7): Use CLANG-RUNTIME-7.
(clang-6): Use CLANG-RUNTIME-6.
| Marius Bakke | 2020-02-24 | 1 | -2/+2 |
* | gnu: Reorganize llvm.scm.•••* gnu/packages/llvm.scm (libcxx, libclc, libomp, libcxx-6): Move package
definitions below the various LLVM/Clang variants.
| Marius Bakke | 2020-02-24 | 1 | -112/+112 |
* | gnu: freecad. Use qt-build-system.•••* gnu/packages/engineering.scm (freecad)[build-system]: Use qt-build-system.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| John Soo | 2020-02-24 | 1 | -1/+2 |
* | gnu: freecad. Fix build failure.•••* gnu/packages/engineering.scm (freecad)[inputs]: Use qtbase-patched instead
of qtbase.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| John Soo | 2020-02-24 | 1 | -1/+1 |
* | gnu: qtbase: Add variant that fixes file name handling in CMake macros.•••* 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>
| John Soo | 2020-02-24 | 3 | -0/+54 |
* | gnu: clang@9: Update to 9.0.1.•••* gnu/packages/llvm.scm (llvm-9): Update to 9.0.1.
clang-runtime-9, clang-9): Update hashes.
| Marius Bakke | 2020-02-24 | 1 | -4/+4 |
* | gnu: llvm: Add helper procedure for constructing download URLs.•••...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.
| Marius Bakke | 2020-02-24 | 1 | -29/+24 |
* | gnu: clang@9: Fix search path handling.•••* 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.
| Marius Bakke | 2020-02-24 | 3 | -2/+87 |
* | gnu: node: Increase build timeouts.•••* gnu/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME. Increase
TIMEOUT from 3600 seconds to 14400.
| Marius Bakke | 2020-02-24 | 1 | -1/+2 |
* | gnu: espeak-ng: Update to 1.50.•••* gnu/packages/speech.scm (espeak-ng): Update to 1.50.
[source]: Change to GIT-FETCH.
[native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, and WHICH.
| Marius Bakke | 2020-02-24 | 1 | -6/+16 |
* | gnu: libgme: Remove obsolete workaround.•••* gnu/packages/music.scm (libgme)[native-inputs]: Remove.
| Marius Bakke | 2020-02-24 | 1 | -5/+0 |
* | gnu: python-libarchive-c: Update to 2.9.•••* gnu/packages/python-xyz.scm (python-libarchive-c): Update to 2.9.
| Marius Bakke | 2020-02-24 | 1 | -2/+2 |
* | gnu: git-repo: Update to 2.3.•••* 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.
| Maxim Cournoyer | 2020-02-24 | 1 | -8/+13 |
* | gnu: rust-cbindgen: Update to 0.13.1.•••* gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.1.
| Efraim Flashner | 2020-02-24 | 1 | -2/+2 |
* | gnu: rust-encoding-rs-io-0.1: Upgrade to 0.1.7.•••* gnu/packages/crates-io.scm (rust-encoding-rs-io-0.1): Upgrade to 0.1.7.
[arguments]: Don't skip build.
| Efraim Flashner | 2020-02-24 | 1 | -4/+3 |
* | gnu: Add rust-serde-cbor-0.11.•••* gnu/packages/crates-io.scm (rust-serde-cbor-0.11): New variable.
(rust-serde-cbor-0.10): Inherit from rust-serde-cbor-0.11.
| Efraim Flashner | 2020-02-24 | 1 | -6/+27 |
* | build-system: Fix copy-build-system default install plan.•••* guix/build-system/copy.scm (copy-build): Set install-plan default value
to copy everything from source to the output.
| Pierre Neidhardt | 2020-02-24 | 1 | -1/+1 |
* | ui: Don't truncate search output when inside Emacs.•••* guix/ui.scm (display-search-results): Loop over all results when
INSIDE_EMACS is set.
| Pierre Neidhardt | 2020-02-24 | 1 | -1/+2 |
* | ui: Don't disable colors when INSIDE_EMACS is set.•••* guix/colors.scm (color-output?): Remove INSIDE_EMACS condition.
| Pierre Neidhardt | 2020-02-24 | 1 | -2/+1 |
* | ui: Only display link in capable terminals.•••* 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.
| zimoun | 2020-02-24 | 2 | -5/+12 |
* | gnu: wxwidgets-2: Fix build.•••* gnu/packages/wxwidgets.scm (wxwidgets-2)[arguments]: Add phase
ignore-narrowing-errors to patch "configure" script.
| Ricardo Wurmus | 2020-02-24 | 1 | -2/+9 |
* | gnu: Add rust-euclid-0.20.•••* gnu/packages/crates-io.scm (rust-euclid-0.20): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+26 |
* | gnu: Add rust-dlib-0.4.•••* gnu/packages/crates-io.scm (rust-dlib-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+24 |
* | gnu: Add rust-deflate-0.7.•••* gnu/packages/crates-io.scm (rust-deflate-0.7): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+26 |
* | gnu: Add rust-gzip-header-0.3.•••* gnu/packages/crates-io.scm (rust-gzip-header-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+24 |
* | gnu: Add rust-bzip2-sys-0.1.•••* gnu/packages/crates-io.scm (rust-bzip2-sys-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+37 |
* | gnu: rust-bumpalo-2.5: Inherit from rust-bumpalo-3.•••* gnu/packages/crates-io.scm (rust-bumpalo-2.5):
Inherit from from rust-bumpalo-3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -7/+2 |
* | gnu: Add rust-bumpalo-3.•••* gnu/packages/crates-io.scm (rust-bumpalo-3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+25 |
* | gnu: Add rust-simd-0.2.•••* gnu/packages/crates-io.scm (rust-simd-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+30 |
* | gnu: rust-siphasher-0.2: Don't skip build.•••* gnu/packages/crates-io.scm (rust-siphasher-0.2)[arguments]: Don't skip
build.
| Efraim Flashner | 2020-02-24 | 1 | -1/+0 |
* | gnu: rust-signal-hook-registry-1.0: Inherit from rust-signal-hook-registry-1.2.•••* 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>
| Valentin Ignatev | 2020-02-24 | 1 | -7/+3 |
* | gnu: rust-signal-hook-0.1: Update to 0.1.13.•••* 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>
| Valentin Ignatev | 2020-02-24 | 1 | -5/+4 |
* | gnu: Add rust-signal-hook-registry-1.2.•••* gnu/packages/crates-io.scm (rust-signal-hook-registry-1.2):
New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+26 |
* | gnu: Add rust-gl-generator-0.11.•••* gnu/packages/crates-io.scm (rust-gl-generator-0.11): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+15 |
* | gnu: Add rust-cgl-0.2.•••* gnu/packages/crates-io.scm (rust-cgl-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+20 |
* | gnu: Add rust-gleam-0.6.•••* gnu/packages/crates-io.scm (rust-gleam-0.6): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+23 |
* | gnu: Add rust-gl-generator-0.13.•••* gnu/packages/crates-io.scm (rust-gl-generator-0.13): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+15 |
* | gnu: Add rust-gl-generator-0.14.•••* gnu/packages/crates-io.scm (rust-gl-generator-0.14): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+25 |
* | gnu: Add rust-clang-sys-0.22.•••* gnu/packages/crates-io.scm (rust-clang-sys-0.22): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+30 |
* | gnu: Add rust-cgl-0.3.•••* gnu/packages/crates-io.scm (rust-cgl-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Valentin Ignatev | 2020-02-24 | 1 | -0/+22 |