| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/algebra.scm (m4ri): New variable.
|
|
|
|
|
|
| |
* gnu/packages/games.scm (crispy-doom): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el)[source]: Add patch.
* gnu/packages/patches/emacs-unpackaged-req.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (numix-theme): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously we'd make 502 'query-valid-derivers' RPCs for
"guix build vim -d", and after this patch, we don't do any.
Furthermore, the previous strategy was "stateful" in the sense that
'item->deriver' could return a derivation that is not the one that was
actually computed by this process, but an "equivalent" one (due to
fixed-output derivations); which one is chosen would depend on the state
of the store.
This in turn means that we'd have to call 'read-derivation-from-file' to
actually read .drv files (as opposed to getting them from
%DERIVATION-CACHE). This is costly and doesn't work with
GUIX_DAEMON_SOCKET=ssh://….
* guix/grafts.scm (item->deriver): Remove.
(reference-origin): New procedure.
(cumulative-grafts): Use it instead of 'item->deriver'.
|
|
|
|
|
| |
* guix/derivations.scm (derivation-input-derivation): New procedure.
(derivation-prerequisites): Use it.
|
|
|
|
| |
* gnu/packages/textutils.scm (python-pandocfilters): New variable.
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (ratpoints): New variable.
* gnu/packages/patches/ratpoints-sturm_and_rp_private.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference patch.
|
|
|
|
| |
* gnu/packages/algebra.scm (gf2x): New variable.
|
|
|
|
| |
* gnu/packages/sagemath.scm (zn_poly): New variable.
|
|
|
|
| |
* gnu/packages/sagemath.scm (pynac): New variable.
|
|
|
|
|
|
|
| |
The gmpy2 package has become a standard package in sage-8.7, and the latest
stable release is too old.
* gnu/packages/sagemath.scm (python-gmpy2): Update to 2.1.0b1.
|
|
|
|
|
| |
* gnu/packages/mail.scm (balsa): Update to 2.5.7.
[inputs]: Build with gtksourceview@3.
|
|
|
|
| |
* gnu/packages/nano.scm (nano): Update to 4.3.
|
|
|
|
| |
* gnu/packages/mail.scm (notmuch): Update to 0.29.1.
|
|
|
|
| |
* gnu/packages/mpd.scm (mpd): Update to 0.21.10.
|
|
|
|
| |
* gnu/packages/xml.scm (perl-xml-sax): Update to 1.02.
|
|
|
|
| |
* gnu/packages/admin.scm (shadow)[home-page]: Update to new project home.
|
|
|
|
| |
* gnu/packages/admin.scm (shadow): Update to 4.7.
|
|
|
|
| |
* gnu/packages/admin.scm (ansible): Update to 2.8.1.
|
|
|
|
| |
* gnu/packages/ftp.scm (filezilla): Update to 3.42.1.
|
|
|
|
| |
* gnu/packages/ftp.scm (libfilezilla): Update to 0.16.0.
|
|
|
|
| |
* gnu/packages/machine-learning.scm (python-keras): New variable.
|
|
|
|
| |
* gnu/packages/check.scm (python-pytest-timeout): New variable.
|
|
|
|
| |
* gnu/packages/machine-learning.scm (python-keras-preprocessing): New variable.
|
|
|
|
| |
* gnu/packages/machine-learning.scm (python-keras-applications): New variable.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.12.149.
[native-inputs]: Add python-urllib3.
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.2.0.
[propagated-inputs]: Add python-urllib3.
|
|
|
|
|
| |
* gnu/tests/mail.scm (run-opensmtpd-test) <"mail arrived">: Invoke
smtpctl by its full file name.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.11.
(%linux-libre-hash): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.52.
(%linux-libre-4.19-hash): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.127.
(%linux-libre-4.14-hash): Update hash.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.182.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.182.
|
|
|
|
|
|
|
| |
* gnu/system/linux-container.scm (dummy-networking-service-type): New
variable.
(containerized-operating-system): If network is shared with host, replace
static-networking-service-type with dummy-networking-service-type.
|
|
|
|
| |
* gnu/packages/python.scm (python2)[properties]: New field.
|
|
|
|
| |
* gnu/packages/sagemath.scm (linbox-1.5.2): New variable.
|
|
|
|
| |
* gnu/packages/sagemath.scm (fflas-ffpack-2.3.2): New variable.
|
|
|
|
| |
* gnu/packages/sagemath.scm (givaro-4.0.4): New variable.
|
|
|
|
| |
* gnu/packages/algebra.scm (linbox): New variable.
|
|
|
|
| |
* gnu/packages/algebra.scm (fflas-ffpack): New variable.
|
|
|
|
| |
* gnu/packages/algebra.scm (givaro): New variable.
|
|
|
|
|
|
| |
Our copy of hydra hasn't built in years.
* gnu/packages/ci.scm (hydra): Remove variable.
|
|
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 0.1.0-2.058c596.
[source]: Fetch from fork at git.elephly.net.
[arguments]: Remove phase "use-canonical-directory-for-go-files".
|
|
|
|
| |
* gnu/packages/machine-learning.scm (python-iml): New variable.
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/parallel.scm (python-slurm-magic): New variable.
|
|
|
|
|
| |
* doc/guix.texi: Replace @var with @code in cases where we refer to a
Scheme variable and not to a metasyntactic variable.
|
|
|
|
|
|
|
|
|
| |
Previously, '--log-file' would look for log files only for the current
derivation, and thus wouldn't find log files of equivalent derivations
that produce the same output.
* guix/scripts/build.scm (guix-build) <log-file?>: Replace
'derivation-file-name' by 'derivation->output-path'.
|