| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.97.
|
|
|
|
|
|
|
|
|
| |
This functionality was broken, possibly to do with the vendor related changes
in the ruby build system. These changes restore the file removal functionality
at the end of the install phase.
* guix/build/ruby-build-system.scm (install): Fix removal of files related to
native extensions.
|
|
|
|
|
|
|
| |
This is helpful as it displays more information about what gem install is
doing, especially for packages with native extensions.
* guix/build/ruby-build-system.scm (install): Add --verbose to gem install command.
|
|
|
|
|
| |
* guix/build/ruby-build-system.scm (extract-gemspec): Return #t right at the
end, rather than returning #<unspecified> when not handling a gem archive.
|
|
|
|
| |
* gnu/packages/python-web.scm (python-requests): Update to 2.21.0.
|
|
|
|
|
| |
* gnu/packages/documentation.scm (doxygen): Update to 1.8.15.
* gnu/packages/patches/doxygen-test.patch: Update for upstream changes.
|
|
|
|
| |
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.26.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/documentation.scm (doxygen)[home-page]: Change to
<http://www.doxygen.nl>.
[source](uri): Likewise. Add sourceforge mirror.
|
| |
| |
| |
| | |
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.10.
|
| |
| |
| |
| | |
* gnu/packages/mail.scm (msmtp): Update to 1.8.3.
|
| |
| |
| |
| | |
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.13.
|
| |
| |
| |
| | |
* gnu/packages/gnupg.scm (libassuan): Update to 2.5.3.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/web.scm (varnish): Update to 6.1.1.
[native-inputs]: Add PYTHON-SPHINX.
[arguments]: Add "--disable-pcre-jit" to #:configure-flags.
|
| |
| |
| |
| | |
* gnu/packages/networking.scm (openvswitch): Update to 2.10.1.
|
| |
| |
| |
| | |
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker)[properties]: Remove.
|
| |
| |
| |
| |
| |
| | |
This was mistakenly removed in bec2a2e10e199d6ee671ec5713bd103242e91b62.
* gnu/packages/kde.scm: Restore copyright header.
|
| |
| |
| |
| | |
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.31.0.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/ocaml.scm (ocaml-timed): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/ocaml.scm (ocaml-bindlib): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/ocaml.scm (ocaml-earley): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/coq.scm (coq-equations): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
| | |
|
| | |
|
| |
| |
| |
| | |
* gnu/packages/maths.scm (elpa, elpa-openmpi): New variables.
|
| |
| |
| |
| | |
* gnu/packages/maths.scm (petsc): Upgrade to 3.10.3.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/scalapack-blacs-mpi-deprecations.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (scalapack)[source]: Use it.
|
| |
| |
| |
| | |
* gnu/packages/mail.scm (khard)[arguments]: Enable test suite.
|
| |
| |
| |
| | |
* gnu/packages/mail.scm (khard): Update to 0.13.0.
|
| |
| |
| |
| | |
* gnu/packages/wm.scm (fluxbox)[arguments]: All phases return #t.
|
| |
| |
| |
| |
| | |
* gnu/packages/wm.scm (fluxbox)[arguments]: Add custom phase to install
vim files.
|
| |
| |
| |
| | |
* gnu/packages/vim.scm (vim-airline): Update to 0.10.
|
| |
| |
| |
| | |
* gnu/packages/mail.scm (urlscan): Update to 0.9.2.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.8.
(%linux-libre-hash): Update hash.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.21.
(%linux-libre-4.19-hash): Update hash.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.99.
(%linux-libre-4.14-hash): Update hash.
|
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.156.
|
| |
| |
| |
| |
| |
| |
| | |
* doc/guix.texi (Managing Software the Guix Way): Add reference to the
"Development" section.
(Invoking guix environment, Invoking guix pack): Move to...
(Development): ... here. New node.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously 'guix system switch-generation' or 'delete-generations' would
yield a GRUB menu where entries for old generations were in the wrong
order (i.e., oldest first.)
* guix/scripts/system.scm (reinstall-bootloader): Reverse the list
returned by 'generation-numbers'.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* guix/scripts/package.scm (delete-matching-generations): Export.
* guix/scripts/system.scm (show-help): Add 'delete-generations'.
(process-command): Honor it.
(guix-system): Support it.
* doc/guix.texi (Invoking guix system): Document it.
|
| |
| |
| |
| | |
* gnu/packages/backup.scm (burp): New variable.
|
| |
| |
| |
| | |
* gnu/packages/finance.scm (emacs-ledger-mode): New variable.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/finance.scm (ledger): Update to 3.1.2.
[arguments]: Remove #:modules; remove obsolete configure flags; remove make
flags; remove phase "boost-compat"; remove custom check phase; remove
"relocate-elisp" phase; disable broken test in "check-setup" phase.
[native-inputs]: Remove emacs-minimal.
[license]: Remove gpl2+.
* gnu/packages/patches/ledger-revert-boost-python-fix.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
| |
| |
| |
| |
| | |
* gnu/packages/video.scm (aegisub)[arguments]: Add phase to fix
boost headers.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This package enables some functionality for printers within the
gnome-control-center as well as providing a standalone configuration tool.
At the moment, due to the lack of PackageKit support within Guix, the
gnome-control-center can't help users through the process of installing this,
so make it a default package.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add system-config-printer.
|
| |
| |
| |
| | |
* gnu/packages/gnome.scm (system-config-printer): New variable.
|
| |
| |
| |
| | |
* gnu/packages/cups.scm (python-pycups): New variable.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This service integrates cups and PolicyKit. The gnome-control-center printing
section uses this functionality.
* gnu/sevices/desktop.scm (cups-pk-helper-service-type): New variable.
(%desktop-services): Add the cups-pk-helper service.
|
| |
| |
| |
| | |
* gnu/packages/cups.scm (cups-pk-helper): New variable.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add a patch from the upstream repository [1] that resolves some errors that
prevent the package from building [2].
1: https://github.com/red-eclipse/base/commit/b16b4963c1ad81bb9ef784bc49
2: error: ‘____gammal_r_finite’ was not declared in this scope
* gnu/packages/games.scm (red-eclipse)[source] Add patch.
* gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch: New file
* gnu/local.mk (dist_patch_DATA): Add new patch.
|