Age | Commit message (Collapse) | Author |
|
* gnu/packages/ruby.scm (ruby-json-schema): New variable.
|
|
* gnu/packages/games.scm (einstein)[source]: Use 'mirror' syntax.
|
|
This trivial package fails to build and has no reverse dependencies.
* gnu/packages/web.scm (python2-internetarchive): Remove variable.
(python-internetarchive)[properties]: Remove.
|
|
* gnu/packages/python-web.scm (python-responses): Update to 0.10.6.
|
|
* gnu/packages/bioconductor.scm (r-cistopic): New variable.
|
|
* gnu/packages/bioconductor.scm (r-rcistarget): New variable.
|
|
* gnu/packages/cran.scm (r-lda): New variable.
|
|
* gnu/packages/cran.scm (r-liger): New variable.
|
|
* gnu/packages/cran.scm (r-patchwork): New variable.
|
|
* gnu/packages/cran.scm (r-rann-l1): New variable.
|
|
This reverts commit dfdd7380a164217fec6bca0f91ebcf32ade33cb4.
libinput-minimal causes too many rebuilds.
|
|
* gnu/packages/freedesktop.scm (libinput): Update to 1.14.0.
|
|
* gnu/packages/image-processing.scm (itk-snap): New variable.
|
|
* gnu/packages/image-processing.scm (insight-toolkit-4.12): New variable.
|
|
* gnu/packages/image-processing.scm (insight-toolkit-4): New variable.
|
|
* gnu/packages/image-processing.scm (insight-toolkit): New variable.
|
|
* gnu/packages/image-processing.scm (vxl-1): New variable.
|
|
* gnu/packages/image-processing.scm (vxl): New variable.
|
|
* gnu/packages/image-processing.scm (vtk-6): New variable.
|
|
* guix/ssh.scm (remote-authorize-signing-key): New variable.
* gnu/machine/ssh.scm (deploy-managed-host): Authorize coordinator's
signing key before any invocations of 'remote-eval'.
(deploy-managed-host): Display an error if a signing key does not exist.
* doc/guix.texi (Invoking guix deploy): Remove section describing manual
signing key authorization.
(Invoking guix deploy): Add section describing the 'authorize?' field.
|
|
* gnu/machine.scm (roll-back-machine, &deploy-error, deploy-error?)
(deploy-error-should-roll-back)
(deploy-error-captured-args): New variable.
* gnu/machine/ssh.scm (roll-back-managed-host): New variable.
* guix/scripts/deploy.scm (guix-deploy): Roll-back systems when a
deployment fails.
|
|
* doc/guix.texi (Invoking guix deploy): Add section describing
prerequisites for deploying as a non-root user.
* guix/remote.scm (remote-pipe-for-gexp): New optional 'become-command'
argument.
(%remote-eval): New optional 'become-command' argument.
(remote-eval): New 'become-command' keyword argument.
* guix/ssh.scm (remote-inferior): New optional 'become-command'
argument.
(inferior-remote-eval): New optional 'become-command' argument.
(remote-authorize-signing-key): New optional 'become-command' argument.
* gnu/machine/ssh.scm (machine-become-command): New variable.
(managed-host-remote-eval): Invoke 'remote-eval' with the
'#:become-command' keyword.
(deploy-managed-host): Invoke 'remote-authorize-signing-key' with the
'#:become-command' keyword.
|
|
* gnu/services.scm (activation-script): Return a <program-file> rather
than a <scheme-file>.
* gnu/deploy.scm (guix-deploy): Remove handling for '--system'.
(show-help): Remove documentation for '--system'.
(%default-options): Remove default setting for 'system'.
|
|
* gnu/machine/ssh.scm (machine-ssh-configuration): Add 'system' field.
(managed-host-remote-eval): Pass 'system' field to 'remote-eval'.
(machine-check-building-for-appropriate-system): New variable.
(check-deployment-sanity): Add call to
'machine-check-building-for-appropriate-system'.
* doc/guix.texi (Invoking guix deploy): Describe new 'system' field.
* guix/ssh.scm (remote-system): New variable.
* guix/remote.scm (remote-eval): Use result of 'remote-system' when
lowering the G-Expression.
(remote-eval): Add 'system' keyword argument.
(trampoline): Return a <program-file> rather than a <scheme-file>.
|
|
This patch parameterizes previously hard-coded instances of
i686-w64-mingw32, adding support for x86_64-w64-mingw32.
* gnu/packages/mingw.scm (make-mingw-w64): New procedure.
(mingw-w64-i686, mingw-w64-x86_64): New variables.
(%mingw-triplet): Remove.
(mingw-w64): Update to point to 'mingw-w64-i686'.
* gnu/packages/cross-base.scm (cross-gcc): Use 'libc' keyword argument
if specified, instead of treating it as a boolean.
(native-libc): Return the correct mingw-w64 depending on machine
specified in target.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "x86_64-mingw".
* gnu/build/cross-toolchain.scm (set-cross-path/mingw): Replace
hardcoded 'i686-w64-mingw32' instances with 'target' keyword argument.
(cross-gcc-build-phases): Update accordingly; use 'target-mingw?'
implementation of target checking and add commentary.
* gnu/ci.scm (%cross-targets): Add "x86_64-w64-mingw32".
|
|
* gnu/packages/tor.scm (onionshare): Upgrade to 2.1.
[arguments]: Rename "tests" phase to "check". Set home directory for tests.
Remove reference to closed upstream bug.
[inputs]: Add python-pycrypto and python-pysocks.
[license]: Remove bsd-3 license; relevant file no longer present.
|
|
Fixes <https://bugs.gnu.org/36977>.
* gnu/packages/graphics.scm (blender)[inputs]: Add opensubdiv.
[arguments]: Add "-DWITH_OPENSUBDIV=ON" to #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/graphics.scm (opensubdiv): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.12.
|
|
* gnu/packages/security-token.scm (ccid): Update to 1.4.31.
|
|
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.5.
|
|
* gnu/packages/pdf.scm (mupdf): Update to 1.16.1.
|
|
* gnu/packages/version-control.scm (git): Update to 2.22.1.
|
|
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.1-0.4d50dab.
|
|
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.10.
|
|
* gnu/packages/scribus.scm (scribus): Update to 1.5.5.
[source]: Remove unnecessary patches and snippet.
[description]: Change freetype to FreeType.
* gnu/packages/patches/scribus-poppler.patch: Remove file.
* gnu/local.mk: Apply removal.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ebdb): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-inf-ruby): Update to 2.5.2.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/syncthing.scm (syncthing): Update to 1.2.1.
|
|
* gnu/packages/syncthing.scm (go-github-com-syncthing-notify): Update to
0.0.0-5.69c7a95.
|
|
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.2.0.
|
|
* gnu/packages/golang.scm (go-github-com-maruel-panicparse): Update to 1.3.0.
|
|
* gnu/packages/golang.scm (go-golang-org-x-sys-unix): Update to 0.0.0-4.04f50cd.
|
|
* gnu/packages/mpd.scm (mpd): Update to 0.21.13.
|
|
* gnu/packages/video.scm (dav1d): Update to 0.4.0.
|
|
* gnu/packages/emulators.scm (mame): Apply upstream patch.
* gnu/packages/patches/mame-rapidjson-fix.patch: New file.
* gnu/local.mk: Register file.
|
|
* gnu/packages/crates-io.scm (rust-winapi): New variable.
|
|
* gnu/packages/crates-io.scm (rust-winapi-x86-64-pc-windows-gnu): New
variable.
|
|
* gnu/packages/crates-io.scm (rust-winapi-i686-pc-windows-gnu): New
variable.
|