Age | Commit message (Collapse) | Author |
|
* gnu/packages/ocaml.scm (ocaml-ppx-here): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-enumerate): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-hash): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-octavius): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): New variable.
|
|
* gnu/packaes/ocaml.scm (ocaml-ppx-sexp-conv): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-fields-conv): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-variantslib): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-fieldslib): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-compare): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppxlib, ocaml-ppx-derivers, ocaml-base)
(ocaml-sexplib): Use propagated-inputs.
|
|
janestreet reversionned its packages and prefixed them with "v". Let the
importer know about that and choose "v" versions first.
* guix/import/opam.scm (find-latest-version): Work around version
rewrite from janestreet.
(opam->guix-package): Do not pass "v" to version number.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-derivers)[properties]: Add
upstream-name.
|
|
* guix/import/opam.scm (ocaml-name->guix-name): Replace "_" with "-".
(opam->guix-packages): Add upstream name when we cannot guess it
properly.
|
|
* guix/import/opam.scm (condition-eq, condition-neq): The first argument
can be empty.
* tests/opam.scm: Add test case.
|
|
* gnu/packages/ocaml.scm (unison): Update to 2.51.1, use source from git
instead of svn and remove a snippet, and compile with current OCaml.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/version-control.scm (shflow)[source]: Use 'git-fetch'.
[native-inputs]: Remove gzip, tar.
|
|
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.45.
[arguments]: Remove 'fix-setpython-PATH' phase.
|
|
* gnu/packages/version-control.scm (cvs-fast-export)[source]: Hard-code name.
|
|
* gnu/packages/python-xyz.scm (python-sh)[arguments]: Use custom 'check
phase as suggested by upstream documentation.
[native-inputs]: Add python-coverage.
|
|
* gnu/packages/version-control.scm (darcs): Update to 2.14.2.
|
|
* gnu/packages/tor.scm (nyx): Update to 2.1.0.
[source]: Remove patch.
* gnu/packages/patches/nyx-show-header-stats-with-python3.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/suckless.scm (noice): Update to 0.7.
|
|
Currently, there are packages for guile-dbi and guile-dbd-sqlite3, but the
PostgreSQL and MySQL parts are not packaged. As GNA which did host the release
archives for guile-dbi no longer exists, this package definition uses the
upstream Git repository.
* gnu/packages/guile-xyz.scm (guile-dbd-postgresql): New variable.
(guile-dbi)[arguments]: Add guile-dbd-postgresql to the rpath through the
[inputs]: Add guile-dbd-postgresql.
|
|
* gnu/packages/admin.scm (pscircle): Update to 1.3.0.
|
|
* gnu/packages/admin.scm (pscircle)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
This fixes the warning message such as: "Warning: Lisp directory
'/tmp/guix-build-emacs-ert-runner-0.7.0-1.90b8fdd.drv-0/source': No such file
or directory" that would be printed upon running ert-runner.
* gnu/packages/emacs-xyz.scm (emacs-ert-runner)[phases]{install-executable}:
Filter out the temporary source directory from the paths composing the
EMACSLOADPATH variable used in the wrapper.
|
|
* gnu/packages/android.scm (fdroidserver): Update to 1.1.1.
[propagated-inputs]: Add python-defusedxml.
|
|
* gnu/packages/docker.scm (cqfd): New variable.
|
|
* gnu/packages/admin.scm (thefuck): Update to 3.28.
|
|
* gnu/packages/admin.scm (lynis): Update to 2.7.1.
|
|
* guix/status.scm (spin!): Add 'phase' parameter and honor it. Callers
updated.
(print-build-event)[report-progress]: Likewise.
|
|
* guix/status.scm (<build>)[phase]: New field.
(%phase-start-rx): New variable.
(update-build): Add clause to match %PHASE-START-RX and adjust the
'phase' field accordingly.
* tests/status.scm ("compute-status, build phase"): Add test
|
|
* guix/status.scm (<build>): Define using
'define-immutable-record-type', and add 'set-build-completion' binding.
(update-build)[set-completion]: Remove.
Use 'set-build-completion' instead.
|
|
Fixes <https://bugs.gnu.org/34279>.
Reported by Claes Wallin (韋嘉誠) <clacke@lysator.liu.se>.
* etc/guix-install.sh: Change shebang to #!/bin/sh and add 'if'
statement to spawn Bash if needed.
|
|
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.1.
* gnu/packages/wine.scm (wine-staging): Update to 4.1.
|
|
* gnu/packages/emulators.scm (retroarch): Fix wayland backend.
[arguments]: Hard-code wayland-protocols.
[native-inputs]: Add wayland-protocols.
|
|
* gnu/packages/guile-xyz.scm (artanis): Remove a tab character by the
revision.
[arguments]: Patch the site-dir for the help command, to make it work. Wrap
the art command such that it finds guile-json and guile-redis.
|
|
* gnu/packages/accessibility.scm (xmagnify): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/emulators.scm (retroarch): Update to 1.7.6.
[inputs]: Add libxrandr.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.1.
(emacs-org-contrib): Update to 20190203, i.e., 9.2.1.
|
|
This is a followup to commit cfbf6de18cc70d2e385feb5f61f9363f18e78ddf.
* gnu/packages/patches/mcron-install.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
This is a followup to commit 564cf93f2aca60171b4b97559ffc6c952e73e8ed.
* gnu/packages/patches/ocaml-graph-honor-source-date-epoch.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
This is a followup to commit bff6739d5ea513417bb491a61aa276c4fb7ddd43.
* gnu/packages/patches/ocaml-findlib-make-install.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
This is a followup to commit 47415332d70cd9166b0914ce43018ae57083c120.
* gnu/packages/patches/openldap-CVE-2017-9287.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
This is a followup to commit 67d527e35e367c9e9e89ec01cda2ce32cabd2d89.
* gnu/packages/patches/glibc-memchr-overflow-i686.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|