Age | Commit message (Collapse) | Author |
|
* gnu/packages/crates-io.scm (rust-serde-test-0.8): New variable.
|
|
* gnu/packages/crates-io.scm (rust-serde-0.8): New variable.
|
|
* gnu/packages/check (python-nose-random): New variable.
|
|
* gnu/packages/python-xyz (python-rstr): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-gnus-harvest): New variable.
|
|
Fixes <https://bugs.gnu.org/30756>.
Initially reported by Julien Lepiller <julien@lepiller.eu>.
* gnu/packages/base.scm (make-gcc-libc): Remove
'treat-glibc-as-system-header' phase from 'arguments'.
* gnu/packages/commencement.scm (gcc-final): Likewise.
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Add "include/c++" to
'CPLUS_INCLUDE_PATH'.
(gcc-6)[native-search-paths]: Remove.
* gnu/packages/make-bootstrap.scm (gcc-for-bootstrap): Remove
'native-search-paths' and 'arguments'.
* gnu/packages/patches/python-2.7-search-paths.patch,
gnu/packages/patches/python-3-search-paths.patch: Replace "CPATH" with
"C_INCLUDE_PATH".
* guix/build-system/cmake.scm (lower): When not cross-compiling, move
INPUTS from the 'host-inputs' field to the 'build-inputs' field of the
bag, right after NATIVE-INPUTS.
* guix/build-system/glib-or-gtk.scm (lower): Likewise.
* guix/build-system/gnu.scm (lower): Likewise.
* guix/build-system/meson.scm (lower): Likewise.
|
|
This commit ensures that only packages that correspond to compilers have
a search path set. It also reduces manual handling of search path
environment variables.
* gnu/packages/commencement.scm (tcc-boot0)[native-search-paths]: Remove
copy/pasted comment.
(gcc-core-mesboot)[arguments]: In 'install2' phase, do not copy
TCC/include to OUT/include.
[native-search-paths]: Remove leading slash in "lib/gcc-lib/…" directory name.
(mesboot-headers)[native-search-paths]: Remove.
(glibc-mesboot0)[native-search-paths]: Remove.
(gcc-mesboot0)[native-inputs]: Reorder so that we have libc, then
kernel-headers, then gcc.
[arguments]: Rewrite 'setenv' phase to only set CONFIG_SHELL and create
'config.cache'.
(gcc-mesboot1)[native-inputs]: Reorder similarly.
[arguments]: In 'setenv' phase, only set CONFIG_SHELL, C_INCLUDE_PATH,
and CPLUS_INCLUDE_PATH.
(glibc-headers-mesboot)[arguments]: In 'setenv' phase, replace
references to '%build-inputs' by references to 'inputs'; simplify
setting of CONFIG_SHELL and SHELL; simplify patching of /bin/pwd in
the "configure" file; leave C_INCLUDE_PATH and LIBRARY_PATH unset.
(glibc-mesboot)[native-search-paths]: Remove.
(gcc-mesboot)[native-inputs]: Reorder.
[arguments]: Remove clause for #:phases that would change the 'setenv'
phase.
|
|
* gnu/packages/commencement.scm (gcc-mesboot1, gcc-mesboot): Use
'package-version' instead of hard-coding the version number.
|
|
This patch was added in eb5f3ea1003f76545b197b1e779e2967ec379475 and no longer
necessary since the update to 2.26.3 in f32ca55778eb049e83210aedcbeb4df2c98e587a.
* gnu/packages/patches/webkitgtk-icu-65.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/webkit.scm (webkitgtk)[source](patches): Remove.
|
|
This is no longer required since the update to 2.4.49 in commit
090f33d6767dfc0b23d5e287369ec2dde331de01.
* gnu/packages/openldap.scm (openldap)[native-inputs]: Remove AUTOMAKE.
[arguments]: Remove 'fix-configure' phase.
|
|
* gnu/packages/gcc.scm (isl): Update to 0.22.1.
|
|
* gnu/packages/compression.scm (bzip2): Update to 1.0.8.
[source](uri): Change to maintained fork at sourceware.org.
|
|
* guix/git.scm (update-cached-checkout): Remove leftover pk call.
|
|
If Guile-Git revision is >= 0.3.0, use SSH agent authentication method for
both clone and fetch calls.
* guix/git.scm (auth-supported?): New variable,
(clone*): set auth-method to ssh-agent if the variable above is true,
(update-cached-checkout): ditto.
|
|
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.11.
|
|
* gnu/packages/crates-io.scm (rust-cbindgen): Update to 0.13.0.
|
|
* gnu/packages/screen.scm (screen): Update to 4.8.0.
|
|
* gnu/packages/crates-io.scm (rust-libgit2-0.11)[arguments]: Don't skip
build.
[native-inputs]: Add libgit2, libssh2, openssl, pkg-config, zlib.
|
|
* gnu/packages/rust-apps.scm (exa)[arguments]: Add phase to install man
page and shell completions.
|
|
* gnu/packages/rust-apps.scm (exa): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-libgit2-0.9)[arguments]: Don't skip
build.
[native-inputs]: Add libgit2, libssh2, openssl, pkg-config, zlib.
|
|
* gnu/packages/crates-io.scm (rust-tempdir-0.3)[arguments]: Add
rust-rand-0.4, rust-remove-dir-all-0.5 to cargo-inputs.
[properties]: Remove field.
|
|
* gnu/packages/crates-io.scm (rust-libssh2-sys-0.2)[arguments]: Don't
skip build.
|
|
* gnu/packages/crates-io.scm (rust-openssl-src-111): Remove variable.
|
|
* gnu/packages/crates-io.scm (rust-openssl-sys-0.9)[source]: Add patch.
[arguments]: Don't skip build.
* gnu/packages/patches/rust-openssl-sys-no-vendor.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
* gnu/packages/crates-io.scm (rust-zoneinfo-compiled-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-users-0.9): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.8)[properties]: Remove
field.
|
|
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.8)[source]: Add snippet
to remove bundled code.
|
|
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.8):[arguments] Remove field.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-term-grid-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-ansi-term-0.12): New variable.
(rust-ansi-term-0.11)[inherit]: New field, inherit from rust-ansi-term-0.12.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-number-prefix-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-num-cpus-1.10)[arguments]: Don't skip
build.
|
|
* gnu/packages/crates-io.scm (rust-num-cpus-1.11): New variable.
(rust-num-cpus-1.10)[inherit]: New field.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-natord-1.0): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-hermit-abi-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-datetime-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200206.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.3.
|
|
* gnu/packages/file-systems (disorderfs): Update to 0.5.8.
[home-page]: Update.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.18.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.102.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.170.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.213.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.213.
(linux-libre-4.4-pristine-source): Update hash.
|
|
|
|
* guix/import/pypi.scm (make-pypi-sexp): Rename test-inputs to
native-inputs. Restructure the way pypi-uri parameters are generated.
Use pypi-uri's extension parameter when required. Add "unzip" to
native inputs when the package source is a zip file.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/python-xyz.scm (python-cleo): Update to 0.7.6.
[propagated-inputs]: Add python-clikit.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/python-xyz.scm (python-clikit): Update to 0.4.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|