Age | Commit message (Expand) | Author |
2018-04-30 | gnu: Add mypaint-brushes....* gnu/packages/gimp.scm (mypaint-brushes): New variable.
| Leo Famulari |
2018-04-30 | gnu: Add libmypaint....* gnu/packages/gimp.scm (libmypaint): New variable.
| Leo Famulari |
2018-05-01 | services: prosody: Add a default value to the prosody-service-type....* gnu/services/messaging.scm (prosody-service-type)[default-value]: New field.
| Clément Lassieur |
2018-05-01 | services: prosody: Add a description to the prosody-service-type....* gnu/services/messaging.scm (prosody-service-type)[description]: New field.
| Clément Lassieur |
2018-04-30 | gnu: roguebox-adventures: Update to 2.2.1....* gnu/packages/games.scm (roguebox-adventures): Update to 2.2.1.
[source]: Use url-fetch instead of git-fetch.
[arguments]: Rewrite install phase for update.
| Kei Kebreau |
2018-05-01 | gnu: guix-register: Reduce the set of dependencies....* gnu/packages/package-management.scm (guix-register)[native-inputs]
[propagated-inputs]: New field.
| Ludovic Courtès |
2018-04-30 | gnu: Add amule....* gnu/packages/networking.scm (amule): New public variable.
* gnu/packages/patches/amule_crypto-6.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| fis |
2018-04-30 | gnu: guile-dbi: Switch to Guile 2.2....* gnu/packages/guile.scm (guile-dbi)[inputs]: Switch to GUILE-2.2.
[arguments]: Adjust to use "/2.2".
| Ludovic Courtès |
2018-04-30 | gnu: guile-redis: Switch to Guile 2.2....* gnu/packages/guile.scm (guile-redis)[inputs]: Switch to
GUILE-2.2.
(guile2.0-redis): New variable.
(guile2.2-redis): Define in terms of 'deprecated-package'.
| Ludovic Courtès |
2018-04-30 | gnu: guile-irregex: Switch to Guile 2.2....* gnu/packages/guile.scm (guile-irregex)[inputs]: Switch to
GUILE-2.2.
(guile2.0-irregex): New variable.
(guile2.2-irregex): Define in terms of 'deprecated-package'.
| Ludovic Courtès |
2018-04-30 | gnu: guile-minikanren: Switch to Guile 2.2....* gnu/packages/guile.scm (guile-minikanren)[inputs]: Switch to
GUILE-2.2.
(guile2.0-minikanren): New variable.
(guile2.2-minikanren): Define in terms of 'deprecated-package'.
| Ludovic Courtès |
2018-04-30 | gnu: guile-ics: Switch to Guile 2.2....* gnu/packages/guile.scm (guile-ics)[inputs]: Switch to GUILE-2.2.
[propagated-inputs]: Switch to GUILE-LIB.
| Ludovic Courtès |
2018-04-30 | gnu: guile-ics: Update to 0.2.0....* gnu/packages/guile.scm (guile-ics): Update to 0.2.0.
| Ludovic Courtès |
2018-04-30 | gnu: geiser: Switch to Guile 2.2....* gnu/packages/emacs.scm (geiser)[inputs]: Switch to GUILE-2.2.
| Ludovic Courtès |
2018-04-30 | gnu: gzochi: Switch to Guile 2.2....* gnu/packages/game-development.scm (gzochi)[inputs]: Switch to GUILE-2.2.
| Ludovic Courtès |
2018-04-30 | gnu: gzochi: Build without '-Werror'....Previously it would fail to build due to GLib deprecation warnings.
* gnu/packages/game-development.scm (gzochi)[arguments]: New field.
| Ludovic Courtès |
2018-04-30 | gnu: tcc-wrapper: Use Guile 2.2....* gnu/packages/c.scm (tcc-wrapper)[inputs]: Switch to GUILE-2.2.
| Ludovic Courtès |
2018-04-30 | gnu: sudo: Update to 1.8.23....* gnu/packages/admin.scm (sudo): Update to 1.8.23.
| Tobias Geerinckx-Rice |
2018-04-30 | gnu: icecat: Add more fixes from upstream mozilla-esr52....* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes
from the upstream mozilla-esr52 repository.
* gnu/packages/patches/icecat-bug-1452075.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Mark H Weaver |
2018-04-30 | gnu: perl-dbix-class-schema-loader: Update to 0.07049....* gnu/packages/databases.scm (perl-dbix-class-schema-loader): Update to 0.07049.
| Tobias Geerinckx-Rice |
2018-04-30 | gnu: perl-dbix-class: Update to 0.082841....* gnu/packages/databases.scm (perl-dbix-class): Update to 0.082841.
| Tobias Geerinckx-Rice |
2018-04-30 | gnu: acpica: Update to 20180427....* gnu/packages/admin.scm (acpica): Update to 20180427.
| Tobias Geerinckx-Rice |
2018-04-30 | gnu: reposurgeon: End all phases in truth....* gnu/packages/version-control.scm (reposurgeon)[arguments]: Return #t
from the ‘install-emacs-data’ phase, instead of COPY-FILE's undefined
result.
| Tobias Geerinckx-Rice |
2018-04-30 | gnu: rhash: Update to 1.3.6....* gnu/packages/crypto.scm (rhash): Update to 1.3.6.
[arguments]: Adjust to extensive build system changes.
| Tobias Geerinckx-Rice |
2018-04-30 | gnu: gajim: Update to 1.0.2....* gnu/packages/messaging.scm (gajim): Update to 1.0.2.
| Clément Lassieur |
2018-04-30 | gnu: python-nbxmpp: Update to 0.6.5....* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.5.
| Clément Lassieur |
2018-04-30 | gnu: xournal: Update to 0.4.8.2016....* gnu/packages/pdf.scm (xournal): Update to 0.4.8.2016.
| Leo Famulari |
2018-04-30 | Merge branch 'staging' | Marius Bakke |
2018-04-30 | gnu: python-jedi: Update to 0.12.0, enable tests....* gnu/packages/python.scm (jedi): Update to 0.12.0, enable tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fis Trivial |
2018-04-30 | gnu: Add python-parso....* gnu/packages/python.scm (python-parso, python2-parso): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fis Trivial |
2018-04-30 | services: gpm: Provide a default value and document 'gpm-service-type'....* gnu/services/base.scm (%default-gpm-options): New variable.
(<gpm-configuration>)[gpm, options]: Add default values.
(gpm-service-type)[default-value]: New field.
(gpm-service): Use %DEFAULT-GPM-OPTIONS and mark as deprecated.
* doc/guix.texi (Base Services): Document 'gpm-service-type' and
'gpm-configuration'. Remove 'gpm-service'.
| Ludovic Courtès |
2018-04-30 | gnu: Remove a couple of old deprecated package aliases....* gnu/packages/emacs.scm (geiser-next, paredit/old-name): Remove.
| Ludovic Courtès |
2018-04-30 | gnu: skribilo: Update to 0.9.4 and switch to Guile 2.2....* gnu/packages/skribilo.scm (skribilo): Update to 0.9.4.
[arguments]: Remove #:configure-flags. Adjust -C flag added to
'skribilo.in' in 'pre-configure' phase.
[inputs]: Switch to GUILE-2.2.
[native-inputs]: Switch to GUILE-LIB and GUILE-READER.
| Ludovic Courtès |
2018-04-30 | services: Re-export static-networking-service, static-networking-service-type....* gnu/services/networking.scm: Re-export static-networking-service,
static-networking-service-type.
| Danny Milosavljevic |
2018-04-30 | gnu: wine: Add Kerberos support....* gnu/packages/wine.scm (wine)[inputs]: Add mit-krb5.
| Rutger Helling |
2018-04-30 | gnu: wine-staging: Update to 3.7....* gnu/packages/wine.scm (wine-staging): Update to 3.7.
| Rutger Helling |
2018-04-30 | gnu: wine-staging-patchset-data: Update to 3.7....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.7.
| Rutger Helling |
2018-04-30 | gnu: linux-libre: Update to 4.16.6....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.6.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2018-04-30 | gnu: linux-libre@4.14: Update to 4.14.38....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.38.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver |
2018-04-30 | gnu: linux-libre@4.9: Update to 4.9.97....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.97.
| Mark H Weaver |
2018-04-30 | gnu: linux-libre@4.4: Update to 4.4.130....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.130.
| Mark H Weaver |
2018-04-30 | services: Add modem-manager-service-type....* gnu/services/networking.scm (modem-manager-service-type): New variable.
(<modem-manager-configuration>): New variable.
(modem-manager-configuration): New procedure.
(modem-manager-configuration?): New procedure.
* doc/guix.texi (Networking Services): Document it.
* gnu/tests/networking.scm: Import (gnu services base).
| Danny Milosavljevic |
2018-04-30 | services: Move static-networking to (gnu services base)....* gnu/services/networking.scm (static-networking, static-networking?,
static-networking-interface, static-networking-ip, static-networking-netmask,
static-networking-gateway, static-networking-requirement,
static-networking-service, static-networking-service-type): Move to...
* gnu/services/base.scm: ...here.
| Danny Milosavljevic |
2018-04-29 | gnu: Add java-apache-ivy....* gnu/package/java.scm (java-apache-ivy): New variable.
* gnu/packages/patches/java-apache-ivy-port-to-latest-bouncycastle.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Julien Lepiller |
2018-04-29 | gnu: Add java-jsch-agentproxy-jsch....* gnu/packages/java.scm (java-jsch-agentproxy-jsch): New variable.
| Julien Lepiller |
2018-04-29 | gnu: Add java-jsch-agentproxy-connector-factory....* gnu/packages/java.scm (java-jsch-agentproxy-connector-factory): New
variable.
| Julien Lepiller |
2018-04-29 | gnu: Add java-jsch-agentproxy-usocket-nc....* gnu/packages/java.scm (java-jsch-agentproxy-usocket-nc): New variable.
| Julien Lepiller |
2018-04-29 | gnu: Add java-jsch-agentproxy-pageant....* gnu/packages/java.scm (java-jsch-agentproxy-pageant): New variable.
| Julien Lepiller |
2018-04-29 | gnu: Add java-jsch-agentproxy-usocket-jna....* gnu/packages/java.scm (java-jsch-agentproxy-usocket-jna): New
variable.
| Julien Lepiller |
2018-04-29 | gnu: Add java-jsch-agentproxy-sshagent....* gnu/packages/java.scm (java-jsch-agentproxy-sshagent): New variable.
| Julien Lepiller |