| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* 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/packages/game-development.scm (libtcod): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/image.scm (lodepng): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
|
| |
* 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/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/packages/graph.scm (igraph): Update to 0.8.0.
|
|
|
|
|
|
| |
See <https://www.mail-archive.com/misc@opensmtpd.org/msg04888.html>.
* gnu/packages/mail.scm (opensmtpd): Update to 6.6.4p1.
|
|
|
|
| |
* gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG to CLANG-8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-8.
|
|
|
|
|
| |
* gnu/packages/llvm.scm (clang-7): Use CLANG-RUNTIME-7.
(clang-6): Use CLANG-RUNTIME-6.
|
|
|
|
|
| |
* gnu/packages/llvm.scm (libcxx, libclc, libomp, libcxx-6): Move package
definitions below the various LLVM/Clang variants.
|
|
|
|
|
|
| |
* gnu/packages/engineering.scm (freecad)[build-system]: Use qt-build-system.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/engineering.scm (freecad)[inputs]: Use qtbase-patched instead
of qtbase.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
|
| |
* 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/packages/llvm.scm (llvm-9): Update to 9.0.1.
clang-runtime-9, clang-9): Update hashes.
|
|
|
|
|
|
|
|
|
| |
...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/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/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME. Increase
TIMEOUT from 3600 seconds to 14400.
|
|
|
|
|
|
| |
* gnu/packages/speech.scm (espeak-ng): Update to 1.50.
[source]: Change to GIT-FETCH.
[native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, and WHICH.
|
|
|
|
| |
* gnu/packages/music.scm (libgme)[native-inputs]: Remove.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-libarchive-c): Update to 2.9.
|
|
|
|
|
|
|
|
|
|
| |
* 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/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.1.
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-encoding-rs-io-0.1): Upgrade to 0.1.7.
[arguments]: Don't skip build.
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-serde-cbor-0.11): New variable.
(rust-serde-cbor-0.10): Inherit from rust-serde-cbor-0.11.
|
|
|
|
|
| |
* guix/build-system/copy.scm (copy-build): Set install-plan default value
to copy everything from source to the output.
|
|
|
|
|
| |
* guix/ui.scm (display-search-results): Loop over all results when
INSIDE_EMACS is set.
|
|
|
|
| |
* guix/colors.scm (color-output?): Remove INSIDE_EMACS condition.
|
|
|
|
|
|
|
| |
* 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/packages/wxwidgets.scm (wxwidgets-2)[arguments]: Add phase
ignore-narrowing-errors to patch "configure" script.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-euclid-0.20): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-dlib-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-deflate-0.7): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-gzip-header-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-bzip2-sys-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
| |
* 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/packages/crates-io.scm (rust-bumpalo-3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-simd-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-siphasher-0.2)[arguments]: Don't skip
build.
|
|
|
|
|
|
|
|
| |
* 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/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/packages/crates-io.scm (rust-signal-hook-registry-1.2):
New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-gl-generator-0.11): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-cgl-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-gleam-0.6): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-gl-generator-0.13): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-gl-generator-0.14): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-clang-sys-0.22): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-cgl-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|