| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/ruby.scm (ruby-addressable): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-idn-ruby): New variable.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-minitest-reporters): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-maruku): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-psych): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-semver2): New variable.
|
| |
|
|
|
|
| |
These packages are mutually dependant.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-cucumber-wire): New variable.
|
|
|
|
|
| |
* gnu/packages/wget.scm (wget)[arguments]: Remove custom phase skipping
SSL tests.
|
|
|
|
| |
* gnu/packages/wget.scm (wget): Update to 1.20.1.
|
|
|
|
|
|
|
|
| |
This allows for reproducible builds across machines running different
versions of the kernel Linux.
* gnu/packages/cdrom.scm (cdrtools)[source](modules, snippet): New
fields.
|
|
|
|
| |
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.0.
|
|
|
|
| |
* gnu/packages/samba.scm (samba): Update to 4.9.4.
|
|
|
|
|
| |
* gnu/packages/linux.scm (strace): Update to 4.26.
[license]: Change to LGPL2.1+.
|
|
|
|
| |
* gnu/packages/vim.scm (vim)[source]: Use 'git-fetch'.
|
|
|
|
| |
* gnu/packages/vim.scm (vim)[home-page]: Use https.
|
|
|
|
| |
* gnu/packages/image-viewers.scm (viewnior)[source]: Use 'git-fetch'.
|
|
|
|
|
|
|
|
|
|
| |
* guix/scripts/lint.scm (check-source-unstable-tarball): New procedure.
(%checkers): Add it.
* tests/lint.scm ("source-unstable-tarball", "source-unstable-tarball:
source #f", "source-unstable-tarball: valid", "source-unstable-tarball:
package named archive", "source-unstable-tarball: not-github",
"source-unstable-tarball: git-fetch"): New tests.
* doc/guix.texi (Invoking guix lint): Document it.
|
|
|
|
|
|
| |
* gnu/packages/guile.scm (guile-mastodon): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* guix/scripts/pull.scm (%options): Add '--system'.
(guix-pull): Honor it.
* doc/guix.texi (Invoking guix pull): Document it.
|
|
|
|
| |
* gnu/packages/package-management.scm (guix): Update to 7ba2b27.
|
|
|
|
| |
* gnu/packages/ocaml.scm: Fix indentation issues.
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-yojson): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-biniou): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-flycheck-dedukti): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-dedukti-mode): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
| |
* gnu/packages/enlightenment.scm (terminology): Update to 1.3.2.
|
|
|
|
| |
* gnu/packages/kodi.scm (kodi): Update to 18.0rc3.
|
|
|
|
|
|
| |
* gnu/packages/scheme.scm (mit-scheme)[arguments]: Remove #:tests?. Add
'patch-/bin/sh' phase.
[native-inputs]: Add autoconf, automake, and libtool.
|
|
|
|
| |
* gnu/packages/java.scm (antlr2)[arguments]: Add a phase to fix a timestamp issue.
|
|
|
|
|
|
| |
* gnu/packages/vpn.scm (badvpn): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
This extra level of locking turned out to be unnecessary.
* guix/scripts/offload.scm (with-machine-lock): Remove.
(machine-lock-file): Remove.
(acquire-build-slot): Remove surrounding 'with-machine-lock'.
|
|
|
|
|
|
|
|
| |
This lock was unnecessary and it led to a contention when many 'guix
offload' processes are polling for available machines.
* guix/scripts/offload.scm (machine-choice-lock-file): Remove.
(choose-build-machine): Remove surrounding 'with-file-lock (machine-lock-file)'.
|
|
|
|
|
|
|
| |
* gnu/system.scm (kernel->boot-label): Add a missing space between
the kernel's package name and package version for inferior packages.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-openid): Update to 3.1.0.
[arguments]: Update custom 'check phase.
[native-inputs]: Add python-coverage.
|
|
|
|
|
| |
* gnu/packages/gnupg.scm (python-gpg): Update to 1.10.0.
[arguments]: Add custom phase to set 'gcc' call.
|