Age | Commit message (Collapse) | Author |
|
* gnu/packages/ocaml.scm (ocaml-alcotest): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-astring): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-fmt): New variable.
|
|
* gnu/packages/ocaml.scm (camlzip) [arguments]: Install both zip and camlzip
modules.
|
|
* gnu/packages/python.scm (python-autopep8, python2-autopep8): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/kde.scm (kdevelop)[arguments]: Add more paths in
wrap-executable: add "/share" output of kdevplatform and kcmutils to
$XDG_DATA_DIRS; add "lib/plugins" from user profile to $QT_PLUGIN_PATH.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/kde.scm (kdevelop, kdevplatform): Update to 5.0.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Before this commit, we'd lose the cache across recursive calls to
'cumulative-grafts', which isn't great performance-wise.
This bug was already present before
d38bc9a9f6feefc465964531520fee5663a12f48.
* guix/grafts.scm (with-cache): In the miss case, call 'current-state'
after EXP has been evaluated.
|
|
This fixes a regression introduced in
d38bc9a9f6feefc465964531520fee5663a12f48 whereby the cache was
effectively disabled.
Reported by Thomas Danckaert <thomas.danckaert@gmail.com>.
* guix/grafts.scm (with-cache): In the cache miss case, wrap body in
'mbegin'.
|
|
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.4.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.43.
|
|
Fixes <https://bugs.gnu.org/25438>.
* gnu/packages/suckless.scm (dwm)[arguments]: Add
'install-xsession' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/suckless.scm (dwm): Use modify-phases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/profiles.scm: Export ca-certificate-bundle, such that it can be used in
other G-expressions. This is useful where these G-expressions run programs
that require a ca-certificate-bundle, e.g. git.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services.scm: Export service-extension-target and
service-extension-compute. This allows for greater extensiblity of services
by enabling service extensions to be wrapped. For example, the parameters
passed to the compute function can be modified, or the return value of the
compute function can be modified.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.2.7.
|
|
* gnu/packages/pdf.scm (zathura-djvu): Update to 0.2.6.
|
|
* gnu/packages/pdf.scm (zathura-ps): Update to 0.2.4.
|
|
* gnu/packages/pdf.scm (zathura-cb): Update to 0.1.6.
|
|
* gnu/packages/pdf.scm (zathura): Update to 0.3.7.
|
|
* gnu/packages/gtk.scm (girara): Update to 0.2.7.
|
|
* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0194.
|
|
* gnu/packages/security-token.scm (ccid): Update to 1.4.26.
|
|
* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.2.
|
|
|
|
The vulnerabilities are in the MuJS that is bundled with MuPDF.
* gnu/packages/cups.scm (cups-filters)[replacement]: New field.
(mupdf/fixed-instead-of-mupdf), (cups-filters/fixed): New variables.
|
|
* gnu/packages/patches/mupdf-mujs-CVE-2016-10132.patch,
gnu/packages/patches/mupdf-mujs-CVE-2016-10133.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf)[replacement]: New field.
(mupdf/fixed): New variable.
Co-authored-by: Leo Famulari <leo@famulari.name>
|
|
* guix/scripts/build.scm (show-help, %options): Add '--repair'.
* doc/guix.texi (Invoking guix gc): Mention 'guix build --repair'.
(Additional Build Options): Document it.
|
|
* gnu/packages/package-management.scm (guix-devel): Update to d9da3a7.
|
|
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected patches from
the upstream mozilla-esr45 repository.
|
|
* gnu/packages/benchmark.scm (fio): Update to 2.16.
|
|
* gnu/packages/lua.scm (lua-lpeg): Update to 1.0.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/openbox.scm (obconf): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/gnome.scm (epiphany): Update to 3.22.4.
|
|
This lets the daemon use its own default settings unless otherwise
specified.
* guix/scripts/build.scm (set-build-options-from-command-line): Do not
provide default values for #:build-cores and #:max-build-jobs.
(%default-options): Remove 'max-silent-time'.
|
|
Fixes <http://bugs.gnu.org/20217>.
* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x161.
* nix/nix-daemon/nix-daemon.cc (performOp): "build-max-jobs",
"build-max-silent-time", and "build-cores" are no longer read upfront;
instead, read them from the key/value list at the end.
* nix/nix-daemon/guix-daemon.cc (main): Explicitly set
'settings.maxBuildJobs'.
* guix/store.scm (%protocol-version): Bump to #x161.
(set-build-options): #:max-build-jobs, #:max-silent-time, and
#:build-cores now default to #f. Adjust handshake to new protocol.
* tests/store.scm ("build-cores"): New test.
* tests/guix-daemon.sh: Add test for default "build-cores" value.
|
|
* gnu/packages/irc.scm (weechat): Update to 1.7.
|
|
* gnu/packages/astronomy.scm (wcslib): Update to 5.16.
|
|
* gnu/services/vpn.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (VPN Services): New section.
|
|
* gnu/packages/education.scm (tipp10)[arguments]: Return #t for
"disable-new-version-check"; fix indentation.
|
|
* gnu/packages/education.scm (tipp10)[description]: Do not mention
operating systems; remove hint about language settings.
|
|
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.3.
|
|
* gnu/packages/lisp.scm (sbcl-stumpwm): Update to 1.0.0.
|
|
* gnu/packages/version-control.scm (vc-dwim): Update to 1.8.
[home-page]: Use https.
|
|
* gnu/packages/enlightenment.scm (terminology): Update to 1.0.0.
[home-page]: Update home-page.
|
|
* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0187.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2017.01.14.
|
|
* gnu/packages/django.scm(python-django): Update to 1.10.5.
|
|
This is a followup to commit 44350d23da826731adc187b478e00b2601ab78dc.
* gnu/packages/mate.scm (mate-themes)[source]: Update hash.
* gnu/packages/gtk.scm (gtk+): Add reminder comment.
|
|
These packages should be updated together.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.10.1.
|