summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add python-bitstruct.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-bitstruct): New variable.
* gnu: Add python-diskcache.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-diskcache): New variable.
* gnu: Add python-can.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-can): New variable.
* gnu: Add python-aenum.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-aenum): New variable.
* gnu: Add python-textparser.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-textparser): New variable.
* gnu: Add perl-data-entropy.Paul Garlick2020-04-03
| | | | * gnu/packages/perl.scm (perl-data-entropy): New variable.
* gnu: Add perl-crypt-rijndael.Paul Garlick2020-04-03
| | | | * gnu/packages/perl.scm (perl-crypt-rijndael): New variable.
* gnu: Add perl-data-float.Paul Garlick2020-04-03
| | | | * gnu/packages/perl.scm (perl-data-float): New variable.
* gnu: Add perl-http-lite.Paul Garlick2020-04-03
| | | | * gnu/packages/web.scm (perl-http-lite): New variable.
* gnu: Remove bctoolbox and ortp.Raghav Gururajan2020-04-03
| | | | | | | | | * gnu/packages/telephony.scm (bctoolbox): Delete variable. (ortp): Delete variable. * gnu/packages/audio.scm (bluez-alsa)[inputs]: Update ortp reference. * gnu/packages/kde-internet.scm (kopete)[inputs]: Update ortp reference. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add qalculate-gtk.R Veera Kumar2020-04-03
| | | | | | * gnu/packages/maths.scm (qalculate-gtk): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libqalculate.R Veera Kumar2020-04-03
| | | | | | * gnu/packages/maths.scm (libqalculate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-initial-setup: Record file name of 'gsd-keyboard-display'.Ludovic Courtès2020-04-03
| | | | | | * gnu/packages/gnome.scm (gnome-initial-setup)[arguments]: Add 'set-gkbd-file-name' phase. [inputs]: Add LIBGNOMEKBD.
* gnu: clipnotify: Update to 6.0.1.Damien Cassou2020-04-03
| | | | | | * gnu/packages/xdisorg.scm (clipnotify): Update to 6.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: calibre: Fix build with python-msgpack >= 1.0.Marius Bakke2020-04-03
| | | | | | * gnu/packages/patches/calibre-msgpack-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ebook.scm (calibre)[source](patches): Add it.
* gnu: Add bzrtp.Raghav Gururajan2020-04-03
| | | | | | * gnu/packages/linphone.scm (bzrtp): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add ortp.Raghav Gururajan2020-04-03
| | | | | | * gnu/packages/linphone.scm (ortp): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add bcg729.Raghav Gururajan2020-04-03
| | | | | | * gnu/packages/linphone.scm (bcg729): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add bcmatroska2.Raghav Gururajan2020-04-03
| | | | | | * gnu/packages/linphone.scm (bcmatroska2): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add belcard.Raghav Gururajan2020-04-03
| | | | | | * gnu/packages/linphone.scm (belcard): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add belr.Raghav Gururajan2020-04-03
| | | | | | * gnu/packages/linphone.scm (belr): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add bctoolbox.Raghav Gururajan2020-04-03
| | | | | | * gnu/packages/linphone.scm (bctoolbox): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add bcunit.Raghav Gururajan2020-04-03
| | | | | | * gnu/packages/linphone.scm (bcunit): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add muchsync.Justus Winter2020-04-03
| | | | * gnu/packages/mail.scm (muchsync): New variable.
* gnu: gpsd: Update to 3.20.Guillaume Le Vaillant2020-04-03
| | | | | * gnu/packages/gps.scm (gpsd): Update to 3.20. [inputs]: Add gtk+.
* gnu: txr: Update to 234.Guillaume Le Vaillant2020-04-03
| | | | * gnu/packages/lisp.scm (txr): Update to 234.
* gnu: lollypop: Peel off duplicate wrapper.base-for-series-3412Tobias Geerinckx-Rice2020-04-03
| | | | | | * gnu/packages/gnome.scm (lollypop)[arguments]: Take down some at-ats with proper module imports and prefixing. Remove the redundant ‘wrap-glib-or-gtk’ phaseis already run by the MESON-BUILD-SYSTEM.
* gnu: cross-base: Hotfix for parenCarl Dong2020-04-02
| | | | | * gnu/packages/cross-base.scm (package-with-extra-patches): Add trailing paren.
* gnu: cross-base: Add mingw-w64 specific binutils patches.Carl Dong2020-04-02
| | | | | | | | | | | | | | | These patches were originally found at the debian mingw-w64 team's binutils repo, and should improve the reproducibility of our mingw-w64 toolchain. * gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch: New file. * gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/cross-base.scm (cross-binutils): Apply relevant patches if target is mingw-w64. (package-with-extra-patches): New procedure.
* gnu: Add synapse.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/matrix.scm (synapse): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-matrix-synapse-ldap3.Alex ter Weele2020-04-02
| | | | | | | | * gnu/packages/matrix.scm: New file. (python-matrix-synapse-ldap3): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add matrix.scm. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-pysaml2.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm: (python-pysaml2) New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-txacme.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm (python-txacme): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-txsni.Marius Bakke2020-04-02
| | | | | | * gnu/packages/python-xyz.scm: (python-txsni) New variable. Co-authored-by: Alex ter Weele <alex.ter.weele@gmail.com>
* gnu: Add python-pem.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm: (python-pem) New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-eliot.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm: (python-eliot) New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-boltons.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm: (python-boltons) New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-ldap3.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm (python-ldap3): New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-prometheus-client.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm (python-prometheus-client): New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-pymacaroons.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm (python-pymacaroons): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-daemonize.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm (python-daemonize): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-signedjson.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm (python-signedjson): New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-canonicaljson.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm (python-canonicaljson): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-unpaddedbase64.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm (python-unpaddedbase64): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-frozendict.Alex ter Weele2020-04-02
| | | | | | * gnu/packages/python-xyz.scm (python-frozendict): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* services: murmur: Add missing newline in murmur-configuration.Simon Mages2020-04-02
| | | | | | | * gnu/services/telephony.scm (default-murmur-config): Add newline after "max-user-bandwidth". Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add font-iosevka-term.John Soo2020-04-02
| | | | | | * gnu/packages/fonts.scm (font-iosevka-term): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add font-iosevka-term-slab.John Soo2020-04-02
| | | | | | * gnu/packages/fonts.scm (font-iosevka-term-slab): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: proof-general: Update home-page.John Soo2020-04-02
| | | | | | * gnu/packages/coq.scm (proof-general):[home-page] update to proofgeneral.github.io Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: proof-general: Update to 4.4.John Soo2020-04-02
| | | | | | | | * gnu/packages/coq.scm (proof-general): Update to 4.4. [source]: Change to GIT-FETCH. [arguments]: Remove obsolete substitutions. Signed-off-by: Marius Bakke <mbakke@fastmail.com>