Age | Commit message (Expand) | Author |
2020-02-06 | gnu: commencement: Rationalize search path handling....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.
| Ludovic Courtès |
2020-02-06 | gnu: commencement: Avoid hard-coded GCC version numbers....* gnu/packages/commencement.scm (gcc-mesboot1, gcc-mesboot): Use
'package-version' instead of hard-coding the version number.
| Ludovic Courtès |
2020-02-06 | gnu: WebKitGTK: Remove obsolete patch....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.
| Marius Bakke |
2020-02-06 | gnu: OpenLDAP: Remove cross-compilation workaround....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.
| Marius Bakke |
2020-02-06 | gnu: isl: Update to 0.22.1....* gnu/packages/gcc.scm (isl): Update to 0.22.1.
| Marius Bakke |
2020-02-06 | gnu: bzip2: Update to 1.0.8....* gnu/packages/compression.scm (bzip2): Update to 1.0.8.
[source](uri): Change to maintained fork at sourceware.org.
| Marius Bakke |
2020-02-04 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2020-02-04 | gnu: netsurf: Use https....* gnu/packages/web.scm (netsurf-buildsystem, libparserutils, hubbub,
libwapcaplet, libcss, libdom, libsvgtiny, libnsbmp, libnsgif, libnslog,
libnsutils, libnspsl, nsgenbind, netsurf, netsurf-buildsystem)
[source, home-page]: Use https.
| Efraim Flashner |
2020-02-04 | gnu: netsurf: Build with gtk+-3....* gnu/packages/web.scm (netsurf)[inputs]: Remove gtk+-2, add gtk+.
[arguments]: Add makeflag to target gtk3.
| Efraim Flashner |
2020-02-04 | gnu: git-annex: Update to 7.20200202.7....* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200202.7.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Kyle Meyer |
2020-02-04 | gnu: netsurf: Fix entity parsing....Follow-up to commit 31afa654c58cd7aa8bd11a771fa6eabcd766d443.
* gnu/packages/web.scm (netsurf)[arguments]: In 'adjust-welcome' phase, ensure
html entities are parsed and find their way back to the output.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Eric Bavier |
2020-02-04 | gnu: Add grip....* gnu/packages/python-web.scm (grip): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Jakub Kądziołka |
2020-02-04 | gnu: Add python-path-and-address....* gnu/packages/python-web.scm (python-path-and-address): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Jakub Kądziołka |
2020-02-04 | gnu: emacs-wgrep: Update to 2.3.2....* gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 2.3.2.
| Pierre Neidhardt |
2020-02-03 | gnu: python-language-server: Update to 0.31.7....* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.7.
| Brett Gilio |
2020-02-03 | gnu: QEMU: Fix CVE-2020-1711....* gnu/packages/patches/qemu-CVE-2020-1711.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
| Leo Famulari |
2020-02-03 | gnu: qutebrowser: Update to 1.10.0...* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.10.0.
| Jack Hill |
2020-02-03 | gnu: sbcl-graph: Fix build....Rename the asd files so that they have the same name as the ASDF
system definitions.
* gnu/packages/lisp-xyz.scm (sbcl-graph)[arguments]: Use 'graph-test.asd'
instead of 'graph.test.asd' for test-asd-file.
(sbcl-graph-dot)[arguments]: Use 'graph-dot.asd' instead of 'graph.dot.asd'
for test-asd-file.
(sbcl-graph-json)[arguments]: Use 'graph-json.asd' instead of
'graph.json.asd' for test-asd-file.
* gnu/packages/patches/sbcl-graph-asdf-definitions.patch: Update accordingly.
| Guillaume Le Vaillant |
2020-02-03 | gnu: sbcl-mgl-pax: Propagate the swank source package....* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax)[inputs]: Move swank to...
[propagated-inputs]: ... here.
| Guillaume Le Vaillant |
2020-02-03 | gnu: sbcl-cffi-bootstrap: Update to 0.21.0....* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.21.0.
| Guillaume Le Vaillant |
2020-02-03 | gnu: Add cl-qrencode....* gnu/packages/lisp-xyz.scm (sbcl-cl-qrencode, cl-qrencode, ecl-cl-qrencode):
New variables.
| Guillaume Le Vaillant |
2020-02-03 | gnu: Add cl-zpng....* gnu/packages/lisp-xyz.scm (sbcl-zpng, cl-zpng, ecl-zpng): New variables.
| Guillaume Le Vaillant |
2020-02-03 | gnu: Add cl-png-read....* gnu/packages/lisp-xyz.scm (sbcl-png-read, cl-png-read, ecl-png-read): New
variables.
| Guillaume Le Vaillant |
2020-02-03 | gnu: Add cl-salza2....* gnu/packages/lisp-xyz.scm (sbcl-salza2, cl-salza2, ecl-salza2): New
variables.
| Guillaume Le Vaillant |
2020-02-03 | gnu: ibus: Use new ucd package....* gnu/packages/ibus.scm (ibus)[native-inputs]: Add ucd;
remove unicode-nameslist and unicode-blocks.
[arguments]: Update configure flags and remove prepare-ucd-dir phase.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Leo Prikler |
2020-02-03 | gnu: Add ucd....* gnu/packages/unicode.scm (ucd): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Leo Prikler |
2020-02-03 | gnu: ibus: Disable parallel build....* gnu/packages/ibus.scm (ibus)[arguments]: Disable parallel build.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Leo Prikler |
2020-02-03 | gnu: ibus: Build with emoji support....* gnu/packages/ibus.scm (ibus)[native-inputs]: Add unicode-emoji and
unicode-cldr-common.
[arguments]<configure-flags>: Use list instead of quote.
Add flags for unicode-emoji-dir and emoji-annotation-dir.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Leo Prikler |
2020-02-03 | gnu: Add unicode-cldr-common....* gnu/packages/unicode.scm (unicode-cldr-commmon): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| Leo Prikler |
2020-02-03 | gnu: Add unicode-emoji....* gnu/packages/unicode.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Leo Prikler |
2020-02-03 | gnu: python-importlib-metadata: Update to 1.5.0....* gnu/packages/python-xyz.scm (python-importlib-metadata): Update to 1.5.0.
[native-inputs]: Add PYTHON-PYFAKEFS.
(python2-importlib-metadata)[native-inputs]: Add PYTHON2-PYFAKEFS-BOOTSTRAP.
* gnu/packages/check.scm (python2-pyfakefs-bootstrap): New public variable.
| Marius Bakke |
2020-02-03 | Merge branch 'staging' into core-updates | Marius Bakke |
2020-02-03 | Merge branch 'master' into staging | Marius Bakke |
2020-02-03 | gnu: gnutls: Update to 3.6.12....* gnu/packages/tls.scm (gnutls): Update to 3.6.12.
| Marius Bakke |
2020-02-03 | gnu: libtasn1: Update to 4.16.0....* gnu/packages/tls.scm (libtasn1): Update to 4.16.0.
| Marius Bakke |
2020-02-03 | gnu: python-more-itertools: Update to 8.2.0....* gnu/packages/python-xyz.scm (python-more-itertools): Update to 8.2.0.
| Marius Bakke |
2020-02-03 | gnu: python-hypothesis: Update to 5.4.1....* gnu/packages/check.scm (python-hypothesis): Update to 5.4.1.
| Marius Bakke |
2020-02-03 | gnu: python-pytest: Update to 5.3.5....* gnu/packages/check.scm (python-pytest): Update to 5.3.5.
| Marius Bakke |
2020-02-03 | gnu: pciutils: Update to 3.6.4....* gnu/packages/pciutils.scm (pciutils): Update to 3.6.4.
| Marius Bakke |
2020-02-03 | gnu: libbsd: Do not build the static library....* gnu/packages/libbsd.scm (libbsd)[arguments]: New field.
| Marius Bakke |
2020-02-03 | gnu: util-linux: Update to 2.35.1....* gnu/packages/linux.scm (util-linux): Update to 2.35.1.
| Marius Bakke |
2020-02-03 | gnu: poppler: Update to 0.85.0....* gnu/packages/pdf.scm (poppler): Update to 0.85.0.
| Marius Bakke |
2020-02-03 | gnu: SQLite: Update to 3.31.1....* gnu/packages/sqlite.scm (sqlite): Update to 3.31.1.
| Marius Bakke |
2020-02-03 | gnu: OpenLDAP: Update to 2.4.49....* gnu/packages/openldap.scm (openldap): Update to 2.4.49.
| Marius Bakke |
2020-02-03 | gnu: ninja: Update to 1.10.0....* gnu/packages/ninja.scm (ninja): Update to 1.10.0.
| Marius Bakke |
2020-02-03 | gnu: ninja: Do not use unstable tarball....* gnu/packages/ninja.scm (ninja)[source]: Change to GIT-FETCH.
| Marius Bakke |
2020-02-03 | gnu: RHash: Move custom configure logic to #:configure-flags....* gnu/packages/crypto.scm (rhash)[arguments]: Add #:configure-flags. Adjust
the 'configure' phase accordingly.
| Marius Bakke |
2020-02-03 | gnu: checkpolicy: Fix cross-compilation....* gnu/packages/selinux.scm (checkpolicy)[arguments]: Check
for (%CURRENT-TARGET-SYSTEM) and adjust the "CC" flag accordingly.
| Marius Bakke |
2020-02-03 | gnu: libsepol: Fix cross-compilation....* gnu/packages/selinux.scm (libsepol)[arguments]: Check
for (%CURRENT-TARGET-SYSTEM) and adjust the "CC" flag accordingly.
| Marius Bakke |
2020-02-03 | gnu: libaio: Fix cross-compilation....* gnu/packages/linux.scm (libaio)[arguments]: When cross-compiling, set CC to
the cross-gcc in #:make-flags.
| Marius Bakke |