summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Merge branch 'master' into stagingMarius Bakke2020-07-24
|\ \ \
* | | | gnu: patchelf: Update to 0.11.Michael Rohleder2020-07-22
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/elf.scm (patchelf): Update to 0.11. Signed-off-by: Marius Bakke <marius@gnu.org>
* | | | gnu: python2-pytest: Update to 4.6.11.Efraim Flashner2020-07-19
| | | | | | | | | | | | | | | | * gnu/packages/check.scm (python2-pytest): Update to 4.6.11.
* | | | gnu: python-pysocks: Update to 1.7.1.Marius Bakke2020-07-19
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pysocks): Update to 1.7.1.
* | | | build/cargo-utils: Use all allocated threads to generate checksums.Efraim Flashner2020-07-15
| | | | | | | | | | | | | | | | | | | | | | | | * guix/build/cargo-utils.scm (generate-all-checksums): Use n-par-for-each instead of for-each when regenerating checksums for source crates.
* | | | gnu: python-asn1crypto: Update to 1.3.0.Marius Bakke2020-07-14
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-crypto.scm (python-asn1crypto): Update to 1.3.0. [arguments]: New field. Override check phase.
* | | | gnu: python-idna: Update to 2.10.Marius Bakke2020-07-14
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-idna): Update to 2.10.
* | | | gnu: python-urllib3: Remove unused input.Marius Bakke2020-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-urllib3)[propagated-inputs]: Remove PYTHON-IPADDRESS. [properties]: New field. (python2-urllib3)[propagated-inputs]: Add PYTHON2-IPADDRESS.
* | | | gnu: python-pygments: Update to 2.6.1.Marius Bakke2020-07-14
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pygments): Update to 2.6.1. [properties]: New field. (python2-pygments): Stay on version 2.5.2.
* | | | gnu: gnupg: Update to 2.2.21.Tobias Geerinckx-Rice2020-07-09
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.21.
* | | | gnu: r-rcpp: Update to 1.0.5.Tanguy Le Carrour2020-07-08
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-rcpp): Update to 1.0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | | | gnu: wget: Cross-build fix.Jan (janneke) Nieuwenhuizen2020-07-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/wget.scm (wget)[inputs]: Move lzip to ... [native-inputs]: ... here.
* | | | gnu: Rust: Use gdb@8.Marius Bakke2020-07-02
| | | | | | | | | | | | | | | | | | | | * gnu/packages/rust.scm (rust-1.19)[native-inputs]: Remove GDB-MINIMAL. Add GDB-8.2. (rust-1.27)[native-inputs]: Remove.
* | | | gnu: gdb@8.2: Inherit from the 'full' gdb.Marius Bakke2020-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c007d868686fc2f9bf02a34150d4f0ac72b1f8d2, because later versions of Rust requires loading Python plugins. * gnu/packages/gdb.scm (gdb-minimal-8.2): Rename to ... (gdb-8.2): ... this. Adjust inheritance accordingly. * gnu/packages/rust.scm (rust-1.27)[native-inputs]: Adjust accordingly.
* | | | gnu: libcyaml: Update to 1.1.0.Marius Bakke2020-07-02
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (libcyaml): Update to 1.1.0.
* | | | gnu: libyaml: Do not build static libraries.Marius Bakke2020-07-02
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (libyaml)[arguments]: New field.
* | | | gnu: libyaml: Update to 0.2.5.Marius Bakke2020-07-02
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (libyaml): Update to 0.2.5.
* | | | gnu: python-cython: Update to 0.29.20.Marius Bakke2020-07-02
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cython): Update to 0.29.20.
* | | | gnu: jamvm: Add aarch64-linux support.Simon South2020-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (classpath-devel)[source]: Add (existing) patch. (jamvm)[source]: Add patches. [arguments]: Inherit non-overridden arguments (particularly #:phases) from jamvm-1-bootstrap. * gnu/packages/patches/jamvm-2.0.0-aarch64-support.patch: New file. * gnu/packages/patches/jamvm-2.0.0-opcode-guard.patch: New file. * gnu/local.mk (dist_patch_DATA): Add files. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | | | gnu: jamvm-1-bootstrap: Add aarch64-linux support.Simon South2020-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (jamvm-1-bootstrap)[source]: Add patch; update name of existing patch. [arguments]<#:phases>: Invoke autoreconf during bootstrap phase when building for aarch64. [native-inputs]: Include packages required for autoreconf when building for aarch64. * gnu/packages/patches/jamvm-1.5.1-aarch64-support.patch: New file. * gnu/packages/patches/jamvm-arm.patch: Rename to "jamvm-1.5.1-armv7-support.patch". * gnu/local.mk (dist_patch_DATA): Add file; update filename. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | | | gnu: valgrind: Update to 3.16.1.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | * gnu/packages/valgrind.scm (valgrind): Update to 3.16.1.
* | | | gnu: gdb@8.2: Inherit from 'gdb-minimal'.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-minimal): Move definition up. (gdb-8.2): Rename to ... (gdb-minimal-8.2): ... this. Inherit from GDB-MINIMAL. * gnu/packages/rust.scm (rust-1.27)[native-inputs]: Adjust for the rename.
* | | | gnu: Rust: Use 'gdb-minimal' for tests.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/rust.scm (rust-1.19.0)[native-inputs]: Change from GDB to GDB-MINIMAL.
* | | | gnu: valgrind: Don't depend on GDB.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...but add a special 'valgrind/interactive' variant for end users. * gnu/packages/valgrind.scm (valgrind)[inputs]: Remove. [properties]: New field. (valgrind/interactive): New public variable.
* | | | gnu: libevdev: Remove obsolete workaround.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (libevdev)[arguments]: Remove #:phases.
* | | | Merge branch 'master' into stagingMarius Bakke2020-06-27
|\ \ \ \
* | | | | gnu: GDB: Remove version 9.1.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-9.1): Rename to ... (gdb): ... this. Update to 9.2. [source](patches): Add 'gdb-hurd.patch'. (gdb-8.2): Inherit from GDB instead of GDB-9.1. (gdb-9.2): Remove variable. (gdb-minimal): Inherit from GDB instead of GDB-9.2.
* | | | | gnu: GDB: Inline cross-compilation fix.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-9.1)[arguments]: Remove conditionals on %CURRENT-TARGET-SYSTEM.
* | | | | Merge branch 'master' into stagingMarius Bakke2020-06-27
|\ \ \ \ \
* | | | | | gnu: ghc-quickcheck: Enable tests.Marius Bakke2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/haskell-check.scm (ghc-quickcheck)[arguments]: Remove.
* | | | | | gnu: ghc-quickcheck: Remove obsolete input.Marius Bakke2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/haskell-check.scm (ghc-quickcheck)[inputs]: Remove GHC-TF-RANDOM.
* | | | | | gnu: dconf: Enable tests.Brice Waegeneire2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (dconf)[arguments]: Enable tests.
| | | | | * gnu: nyxt: Use precompiled dependencies.Pierre Neidhardt2020-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (nyxt)[inputs]: Replace cl-* packages by sbcl-* packages. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| | | | | * gnu: ecl-numcl: Enable test phase.Guillaume Le Vaillant2020-09-23
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (ecl-numcl)[arguments]: Enable tests.
| | | | | * gnu: ecl-mgl-pax: Fix build.Guillaume Le Vaillant2020-09-17
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (ecl-mgl-pax)[arguments]: Disable test phase.
| | | | | * gnu: Add some missing ECL packages.Guillaume Le Vaillant2020-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-antik-base)[arguments]: Remove physical-dimensions and science-data from 'asd-systems'. Update 'fix-build' phase accordingly. (ecl-antik-base, ecl-gsll): New variables. (sbcl-antik)[arguments]: Add 'asd-systems'. Update 'fix-build' phase accordingly.
| | | | | * gnu: sbcl-numcl: Update to 0.1.0-2.3e8d40b.Guillaume Le Vaillant2020-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-numcl): Update to 0.1.0-2.3e8d40b. [arguments]: Disable test phase. (ecl-numcl): New variable.
| | | | | * gnu: sbcl-specialized-function: Update to 0.0.0-2.dee56d2.Guillaume Le Vaillant2020-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-specialized-function): Update to 0.0.0-2.dee56d2. (ecl-specialized-function): New variable.
| | | | | * gnu: sbcl-gtype: Update to 0.1-2.2442e32.Guillaume Le Vaillant2020-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-gtype): Update to 0.1-2.2442e32. (ecl-gtype): New variable.
| | | | | * gnu: Add some missing ECL packages.Guillaume Le Vaillant2020-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (ecl-hunchentoot, ecl-clack, ecl-fset, ecl-clsql): New variables.
| | | | | * build-system: asdf: Improve install phase for CL source packages.Guillaume Le Vaillant2020-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build/asdf-build-system.scm (install)[parent-source]: Add support for package names not containing a hyphen.
| | | | | * gnu: Add some missing ECL packages.Guillaume Le Vaillant2020-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (ecl-cl-uglify-js, ecl-cl-sqlite, ecl-cl-webkit, ecl-trivial-backtrace, ecl-rfc2388, ecl-cl-who, ecl-trivial-types, ecl-cl-syntax, ecl-cl-utilities, ecl-xsubseq, ecl-smart-buffer, ecl-trivial-cltl2, ecl-type-i, ecl-trivia.trivial, ecl-trivia, ecl-cl-str, ecl-cl-xmlspam, ecl-serapeum, ecl-stefil, ecl-trivial-indent, ecl-type-r, ecl-trivialib-type-unify, ecl-constantfold, ecl-postmodern, ecl-sycamore, ecl-trivial-package-local-nicknames, ecl-mito): New variables.
| | | | | * gnu: Remove unneeded asd-systems arguments from Lisp package definitions.Guillaume Le Vaillant2020-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk, sbcl-cl-utilities, sbcl-iolib, sbcl-trivia.trivial, sbcl-cambl, sbcl-antik, sbcl-cl-ana, sbcl-hdf5-cffi, sbcl-cl-randist, sbcl-float-features, sbcl-function-cache, sbcl-type-r, sbcl-specialized-function, sbcl-constantfold, sbcl-gtype, sbcl-numcl, sbcl-quantile-estimator, sbcl-clump, sbcl-cluffer, sbcl-mito)[arguments]: Remove 'asd-systems'.
| | | | | * gnu: Remove unneeded asd-files arguments in Lisp package definitions.Guillaume Le Vaillant2020-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-vectors, sbcl-slynk, sbcl-cl-yacc, sbcl-3bmd, sbcl-slime-swank, sbcl-prove, sbcl-cl-string-match, sbcl-queues, sbcl-cl-sqlite, sbcl-cl-webkit, sbcl-usocket, sbcl-cl-syntax, sbcl-cl-utilities, sbcl-lack, sbcl-clack, sbcl-parse-declarations, sbcl-trivial-utf-8, sbcl-fare-quasiquote, sbcl-trivia.trivial, sbcl-trivia, sbcl-cl-str, sbcl-periods, sbcl-graph, sbcl-antik-base, sbcl-antik, sbcl-cl-ana, sbcl-cl-async, sbcl-ltk, sbcl-hdf5-cffi, sbcl-cl-randist, sbcl-float-features, sbcl-function-cache, sbcl-type-r, sbcl-trivialib.type-unify, sbcl-postmodern, sbcl-dbi, sbcl-sycamore, sbcl-clump, sbcl-cluffer, sbcl-mcclim, sbcl-mito)[arguments]: Remove 'asd-files'. (sbcl-trivial-features, sbcl-checkl, sbcl-fast-io, sbcl-cl-containers, sbcl-uffi, sbcl-quantile-estimator, sbcl-opticl, sbcl-cl-project)[arguments]: Add 'asd-files'.
| | | | | * build-system: asdf: Read all .asd files if no #:asd-files specified.Guillaume Le Vaillant2020-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build-system/asdf.scm (asdf-build): Remove the 'files' variable. * guix/build/asd-build-system.scm (find-asd-files): New variable. (build, check): Use it.
| | | | | * gnu: Add some missing ECL packages.Guillaume Le Vaillant2020-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (ecl-clx-truetype, ecl-parse-js, ecl-parse-number, ecl-cl-cffi-gtk, ecl-cl+ssl, ecl-kmrcl, ecl-cl-base64, ecl-chunga, ecl-chipz, ecl-cl-annot, ecl-map-set, ecl-quri, ecl-myway, ecl-fast-http, ecl-marshal, ecl-checkl, ecl-fast-io, ecl-jonathan, ecl-http-body, ecl-circular-streams, ecl-lack, ecl-local-time, ecl-ningle, ecl-iolib, ecl-ieee-floats, ecl-cxml, ecl-cl-reexport, ecl-cl-cookie, ecl-lisp-namespace, ecl-introspect-environment, ecl-optima, ecl-fare-quasiquote, ecl-mk-string-metrics, ecl-dbus, ecl-cl-gobject-introspection, ecl-graph, ecl-form-fiddle, ecl-parachute, ecl-array-utils, ecl-plump, ecl-cl-mysql, ecl-dbi, ecl-enchant, ecl-change-case, ecl-osicat, ecl-cl-rdkafka, ecl-acclimation, ecl-clump, ecl-cluffer, ecl-opticl, ecl-mcclim): New variables.
| | | | | * gnu: Add some missing CL source packages.Guillaume Le Vaillant2020-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-clx-truetype, cl-trivia.trivial, cl-xmlspam, cl-antik-base): New variables.
| | | | | * gnu: sbcl-cxml: Remove unnecessary phase.Guillaume Le Vaillant2020-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cxml)[arguments]: Remove 'install-dtd' phase.
| | | | | * gnu: sbcl-trivial-mimes: Remove unnecessary phase.Guillaume Le Vaillant2020-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-mimes)[arguments]: Remove 'fix-paths' phase.
| | | | | * gnu: sbcl-trivial-backtrace: Fix deletion of test results.Guillaume Le Vaillant2020-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace)[arguments]: Fix 'delete-test-results' phase.