me
/
guix
Archived
1
0
Fork 0
Commit Graph

55145 Commits (f30d84d32db0f4f6cb84e139868e1727a7dc0a51)

Author SHA1 Message Date
Mathieu Othacehe f30d84d32d
system: locale: Remove canonical-package call.
This is a follow-up of dfc8ccbf5d. Building
locales using the same glibc as the one programs are linked against is
enough.

* gnu/system/locale.scm (%default-locale-libcs): Use the plain glibc package.
2020-02-12 11:09:11 +01:00
Mathieu Othacehe dfc8ccbf5d
system: Stop using canonical-package.
Usage of canonical-package outside of thunked fields breaks cross-compilation,
see: https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00410.html.

* gnu/installer.scm (installer-program): Remove canonical-package.
* gnu/services/base.scm (<nscd-cache>): Ditto,
(%base-services): ditto.
* gnu/services/xorg.scm: Remove useless canonical-package import.
* gnu/system.scm (%base-packages): Remove canonical-package.
* gnu/system/install.scm (%installation-services): Ditto,
(installation-os): ditto.
* gnu/system/locale.scm (single-locale-directory): Ditto.
2020-02-11 13:54:45 +01:00
Marius Bakke 7bfb7a5964
gnu: sdl2: Remove obsolete workaround.
* gnu/packages/sdl.scm (sdl2)[arguments]: Remove #:make-flags.
2020-02-10 23:05:25 +01:00
Marius Bakke d930b0261c
gnu: inkscape: Remove obsolete workaround.
* gnu/packages/inkscape.scm (inkscape)[arguments]: Remove phase
"dont-use-system-includes".
2020-02-10 23:05:25 +01:00
Marius Bakke 22236ceb64
gnu: git, git-minimal: Do not retain a reference to 'bash-for-tests'.
Fixes <https://bugs.gnu.org/39513>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* gnu/packages/version-control.scm (git, git-minimal)[inputs]: Move BASH ...
[native-inputs]: ... here.  Add BASH-MINIMAL.
2020-02-10 23:03:30 +01:00
Ludovic Courtès 2073b55e6b
gnu: gcc: Switch back to using 'C_INCLUDE_PATH' instead of 'CPATH'.
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.
2020-02-06 18:47:15 +01:00
Ludovic Courtès 558b0bbe29
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.
2020-02-06 18:47:15 +01:00
Ludovic Courtès a1caea07f6
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.
2020-02-06 18:47:15 +01:00
Marius Bakke f0e810110b
gnu: WebKitGTK: Remove obsolete patch.
This patch was added in eb5f3ea100 and no longer
necessary since the update to 2.26.3 in f32ca55778.

* 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.
2020-02-06 18:38:00 +01:00
Marius Bakke fe994a0c32
gnu: OpenLDAP: Remove cross-compilation workaround.
This is no longer required since the update to 2.4.49 in commit
090f33d676.

* gnu/packages/openldap.scm (openldap)[native-inputs]: Remove AUTOMAKE.
[arguments]: Remove 'fix-configure' phase.
2020-02-06 18:37:59 +01:00
Marius Bakke 4a0c71f9f7
gnu: isl: Update to 0.22.1.
* gnu/packages/gcc.scm (isl): Update to 0.22.1.
2020-02-06 18:37:59 +01:00
Marius Bakke b9a3654e09
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.
2020-02-06 18:37:59 +01:00
Efraim Flashner d54ed69c19
Merge remote-tracking branch 'origin/master' into core-updates 2020-02-04 14:16:23 +02:00
Efraim Flashner cf10627bf2
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.
2020-02-04 14:12:18 +02:00
Efraim Flashner 2038777833
gnu: netsurf: Build with gtk+-3.
* gnu/packages/web.scm (netsurf)[inputs]: Remove gtk+-2, add gtk+.
[arguments]: Add makeflag to target gtk3.
2020-02-04 14:09:33 +02:00
Kyle Meyer bfd3473a45
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>
2020-02-04 13:39:40 +02:00
Eric Bavier f1452776ac
gnu: netsurf: Fix entity parsing.
Follow-up to commit 31afa654c5.

* 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>
2020-02-04 12:30:32 +01:00
Jakub Kądziołka 52e7bcfd89
gnu: Add grip.
* gnu/packages/python-web.scm (grip): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-04 12:11:30 +02:00
Jakub Kądziołka 0021363d1b
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>
2020-02-04 12:09:24 +02:00
Pierre Neidhardt e4a88925b4
gnu: emacs-wgrep: Update to 2.3.2.
* gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 2.3.2.
2020-02-04 10:55:01 +01:00
Brett Gilio a42f14204a
gnu: python-language-server: Update to 0.31.7.
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.7.
2020-02-03 15:24:51 -06:00
Leo Famulari ca5e404f9a
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.
2020-02-03 12:04:17 -05:00
Jack Hill 692c4b3b44
gnu: qutebrowser: Update to 1.10.0
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.10.0.
2020-02-03 17:20:59 +01:00
Guillaume Le Vaillant 17c015c909
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.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 7e23dcc73e
gnu: sbcl-mgl-pax: Propagate the swank source package.
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax)[inputs]: Move swank to...
  [propagated-inputs]: ... here.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 237d58c3e4
gnu: sbcl-cffi-bootstrap: Update to 0.21.0.
* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.21.0.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 5d4d4c0179
gnu: Add cl-qrencode.
* gnu/packages/lisp-xyz.scm (sbcl-cl-qrencode, cl-qrencode, ecl-cl-qrencode):
  New variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 7b875e4efd
gnu: Add cl-zpng.
* gnu/packages/lisp-xyz.scm (sbcl-zpng, cl-zpng, ecl-zpng): New variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant d165821ecc
gnu: Add cl-png-read.
* gnu/packages/lisp-xyz.scm (sbcl-png-read, cl-png-read, ecl-png-read): New
  variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant 46cc2a38bc
gnu: Add cl-salza2.
* gnu/packages/lisp-xyz.scm (sbcl-salza2, cl-salza2, ecl-salza2): New
  variables.
2020-02-03 17:12:07 +01:00
Leo Prikler a9e5e6497a
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>
2020-02-03 17:01:51 +01:00
Leo Prikler 5a2ef79db2
gnu: Add ucd.
* gnu/packages/unicode.scm (ucd): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 17:00:18 +01:00
Leo Prikler 933bb1acdb
gnu: ibus: Disable parallel build.
* gnu/packages/ibus.scm (ibus)[arguments]: Disable parallel build.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 16:32:39 +01:00
Leo Prikler 0873cce16e
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>
2020-02-03 16:32:39 +01:00
Leo Prikler 1a9f666b1d
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>
2020-02-03 16:32:39 +01:00
Leo Prikler b7f0a55a9a
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>
2020-02-03 16:32:39 +01:00
Leo Prikler cb9cb2e89a
licenses: Add Unicode license.
* guix/licenses.scm (unicode): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-02-03 16:32:39 +01:00
Marius Bakke fb62edfc35
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.
2020-02-03 16:04:29 +01:00
Marius Bakke 52665d2b6b
Merge branch 'staging' into core-updates 2020-02-03 15:45:44 +01:00
Marius Bakke 0a83339bb1
Merge branch 'master' into staging 2020-02-03 15:35:51 +01:00
Marius Bakke 584d08c5c9
gnu: gnutls: Update to 3.6.12.
* gnu/packages/tls.scm (gnutls): Update to 3.6.12.
2020-02-03 15:29:17 +01:00
Marius Bakke 3a22f04af1
gnu: libtasn1: Update to 4.16.0.
* gnu/packages/tls.scm (libtasn1): Update to 4.16.0.
2020-02-03 15:29:17 +01:00
Marius Bakke 3079b8144d
gnu: python-more-itertools: Update to 8.2.0.
* gnu/packages/python-xyz.scm (python-more-itertools): Update to 8.2.0.
2020-02-03 15:29:16 +01:00
Marius Bakke 916f1d552d
gnu: python-hypothesis: Update to 5.4.1.
* gnu/packages/check.scm (python-hypothesis): Update to 5.4.1.
2020-02-03 15:29:16 +01:00
Marius Bakke b8f4d3f4c5
gnu: python-pytest: Update to 5.3.5.
* gnu/packages/check.scm (python-pytest): Update to 5.3.5.
2020-02-03 15:29:16 +01:00
Marius Bakke 2f144210c6
gnu: pciutils: Update to 3.6.4.
* gnu/packages/pciutils.scm (pciutils): Update to 3.6.4.
2020-02-03 15:29:16 +01:00
Marius Bakke effd1422af
gnu: libbsd: Do not build the static library.
* gnu/packages/libbsd.scm (libbsd)[arguments]: New field.
2020-02-03 15:29:16 +01:00
Marius Bakke fef2436188
gnu: util-linux: Update to 2.35.1.
* gnu/packages/linux.scm (util-linux): Update to 2.35.1.
2020-02-03 15:29:16 +01:00
Marius Bakke 5855813f77
gnu: poppler: Update to 0.85.0.
* gnu/packages/pdf.scm (poppler): Update to 0.85.0.
2020-02-03 15:29:16 +01:00
Marius Bakke f97db3de73
gnu: SQLite: Update to 3.31.1.
* gnu/packages/sqlite.scm (sqlite): Update to 3.31.1.
2020-02-03 15:29:16 +01:00