summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add gpredict.Guillaume Le Vaillant2020-04-05
| | | | * gnu/packages/astronomy.scm (gpredict): New variable.
* gnu: Add goocanvas.Guillaume Le Vaillant2020-04-05
| | | | * gnu/packages/gtk.scm (goocanvas): New variable.
* gnu: gnome-weather: Work around desktop application startup failure.Pierre Neidhardt2020-04-05
| | | | | * gnu/packages/gnome.scm (gnome-weather)[arguments]: Replace Exec= line with gnome-weather.
* gnu: geonkick: Update to 1.10.0.Alexandros Theodotou2020-04-05
| | | | | | * gnu/packages/music.scm (geonkick): Update to 1.10.0. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: redkite: Update to 0.8.0.Alexandros Theodotou2020-04-05
| | | | * gnu/packages/audio.scm (redkite): Update to 0.8.0.
* gnu: Add jsonrpc-glib.Alexandros Theodotou2020-04-05
| | | | * gnu/packages/gnome.scm: (jsonrpc-glib) New variable.
* gnu: zrythm: Update to 0.8.200.Alexandros Theodotou2020-04-05
| | | | | | | * gnu/packages/music.scm (zrythm): Update to 0.8.200, [inputs]: add guile. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add emacs-highlight-indent-guides.Joseph LaFreniere2020-04-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-highlight-indent-guides): New variable.
* gnu: Add emacs-form-feed.Joseph LaFreniere2020-04-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-form-feed): New variable.
* gnu: Add tuir.Efraim Flashner2020-04-05
| | | | * gnu/packages/syndication.scm (tuir): New variable.
* gsm: Add the -fPIC compiler option.Maxim Cournoyer2020-04-05
| | | | | | | | This is necessary for building mediastream2 (a dependency of Linphone). * gnu/packages/audio.scm (gsm): Add the default CCFLAGS as a make flag, and prepend -fPIC to these. Pass INSTALL_ROOT as a make flag as well, which removes the need to use substitute* in a phase.
* gnu: Add xplanet.R Veera Kumar2020-04-04
| | | | | | | | | | | | | * gnu/packages/patches/xplanet-1.3.1-cxx11-eof.patch, gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch, gnu/packages/patches/xplanet-1.3.1-libimage_gif.c.patch, gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch: New files. * gnu/packages/astronomy.scm (xplanet): New variable. [source]: Use patches. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: nfs-utils: Fix the shebangs of the Python based tools.Maxim Cournoyer2020-04-04
| | | | | | | | | | | | While attempting to debug NFS with 'mountstats' and other Python based tools, I was greeted by the error: bash: /run/current-system/profile/sbin/mountstats: /usr/bin/python: bad interpreter: No such file or directory Add python-wrapper, so that the Python shebangs get rewritten correctly. * gnu/packages/nfs.scm (nfs-utils)[inputs]: Add python-wrapper.
* gnu: frescobaldi: Update to 3.1.1.Nicolas Goaziou2020-04-05
| | | | * gnu/packages/music.scm (frescobaldi): Update to 3.1.1.
* gnu: rosegarden: Update to 19.12.Nicolas Goaziou2020-04-05
| | | | * gnu/packages/music.scm (rosegarden): Update to 19.12.
* gnu: lilypond: Update to 2.20.0.Nicolas Goaziou2020-04-05
| | | | | * gnu/packages/music.scm (lilypond): Update to 2.20.0. [native-inputs]: Use texi2html-1.82 instead of texi2html.
* gnu: Add texi2html-1.82.Nicolas Goaziou2020-04-05
| | | | * gnu/packages/texinfo.scm (texi2html-1.82): New variable.
* gnu: cross-base: Remove unneeded 'let'.Ludovic Courtès2020-04-05
| | | | | | This is a followup to 102d307520dee27a40feb1ca5a699763a2f3aefe. * gnu/packages/cross-base.scm (cross-libc): Remove (let ((libc libc)) …).
* gnu: hydrogen: Update to 1.0.0-beta2.Nicolas Goaziou2020-04-05
| | | | | | * gnu/packages/music.scm (hydrogen): Update to 1.0.0-beta2. [native-inputs]: Add qttools. [inputs]: Add liblo and pulseaudio, remove libtar.
* gnu: denemo: Update to 2.3.0.Nicolas Goaziou2020-04-04
| | | | | | | * gnu/packages/music.scm (denemo): Update to 2.3.0. [arguments]: Augment `check' phase for tests to pass. Remove unnecessary phase. [native-inputs]: Add diffutils.
* gnu: mingw: Add mingw-w64 reproducibility patches.base-for-series-3439Carl Dong2020-04-04
| | | | | | | | | | | These patches were originally found at the debian mingw-w64 team's mingw-w64 repo, and should improve the reproducibility of our mingw-w64 toolchain. * gnu/packages/patches/mingw-w64-dlltool-temp-prefix.patch: New file. * gnu/packages/patches/mingw-w64-reproducible-gendef.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/mingw.scm (make-mingw-w64): Apply patches.
* gnu: gparted: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/disk.scm (gparted)[inputs]: Move yelp-tools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: rubber: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/tex.scm (rubber)[inputs]: Move texinfo from here... [native-inputs]: ...to this new field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: scotch: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/math.scm (scotch)[inputs]: Move flex & bison from here... [native-inputs]: ...to this new field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: telegram-purple: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/telephony.scm (telegram-purple)[inputs]: Move gettext from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: jami: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/telephony.scm (jami)[inputs]: Move gettext from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: libkate: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/xiph.scm (libkate)[inputs]: Move bison from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: man-db: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/man.scm (man-db)[inputs]: Move flex from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: qgis: Fix some plugins.Guillaume Le Vaillant2020-04-04
| | | | | * gnu/packages/geo.scm (qgis)[arguments]: Add a 'wrap-gis' phase to set the environment variables required by some plugins.
* gnu: ocaml-menhir: Update to 20190626.Julien Lepiller2020-04-04
| | | | * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20190626.
* gnu: Replace uses of 'gettext' with 'gettext-minimal'.base-for-series-3432Marius Bakke2020-04-04
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cdrom.scm (dvdstyler)[native-inputs]: Change from GNU-GETTEXT to GETTEXT-MINIMAL. * gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Likewise. * gnu/packages/engineering.scm (lepton-eda, kicad, kicad-i18l)[native-inputs]: Likewise. * gnu/packages/games.scm (quadrapassel, edgar)[native-inputs]: Likewise. * gnu/packages/gnome.scm (eog-plugins, workrave, geary)[native-inputs]: Likewise. * gnu/packages/guile-xyz.scm (guile-gi, emacsy)[native-inputs]: Likewise. * gnu/packages/image.scm (gpick)[native-inputs]: Likewise. * gnu/packages/messaging.scm (telegram-purple)[native-inputs]: Likewise. * gnu/packages/music.scm (fmit)[native-inputs]: Likewise. * gnu/packages/package-management.scm (flatpak)[native-inputs]: Likewise. * gnu/packages/patchutils.scm (quilt)[native-inputs]: Likewise. * gnu/packages/photo.scm (hugin)[native-inputs]: Likewise. * gnu/packages/security-token.scm (eid-mw)[native-inputs]: Likewise. * gnu/packages/telephony.scm (jami)[native-inputs]: Likewise. * gnu/packages/texinfo.scm (pinfo)[native-inputs]: Likewise. * gnu/packages/vulkan.scm (vkd3d)[native-inputs]: Likewise. * gnu/packages/web.scm (cadaver)[native-inputs]: Likewise.
* gnu: cadaver: Build with OpenSSL 1.0.Marius Bakke2020-04-04
| | | | * gnu/packages/web.scm (cadaver)[inputs]: Change from OPENSSL to OPENSSL-1.0.
* gnu: Add r-asd.Naga Malleswari2020-04-04
| | | | | | * gnu/packages/cran.scm (r-asd): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: c-reduce: Make some inputs native.base-for-series-3429Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/debug.scm (c-reduce)[inputs]: Move flex from here... [native-inputs]: ...to this new field. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: ell: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/linux.scm (ell)[inputs]: Move libtool from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: dico: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/dico.scm (dico)[inputs]: Move groff from here... [native-inputs]: ...to this new field. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: a2ps: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/pretty-print.scm (a2ps)[inputs]: Move groff from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: gnome-online-accounts: Update to 3.36.0.Naga Malleswari2020-04-04
| | | | | | * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.36.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gnome-online-miners: Update to 3.34.0.Naga Malleswari2020-04-04
| | | | | | * gnu/packages/gnome.scm (gnome-online-miners): Update to 3.34.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Deprecate emacs-modus-themes.Dimakakos Dimos2020-04-04
| | | | * gnu/package/emacs-xyz.scm (emacs-modus-themes): Deprecate it.
* gnu: Add emacs-modus-operandi-theme.Dimakakos Dimos2020-04-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): New variable.
* gnu: Add emacs-modus-vivendi-theme.Dimakakos Dimos2020-04-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): New variable.
* gnu: spandsp: Disable parallel build.Maxim Cournoyer2020-04-03
| | | | | | | | | The build could otherwise fail non-deterministically. Reported-by: Raghav Gururajan <raghavgururajan@disroot.org> * gnu/packages/telephony.scm (spandsp)[arguments]: Set parallel-build? to false.
* gnu: icecat: Update to 68.6.1-guix0-preview1 [security fixes].Mark H Weaver2020-04-03
| | | | | | | | Includes fixes for CVE-2020-6819 and CVE-2020-6820. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
* gnu: Add linux-libre-arm64-generic-5.6.Vagrant Cascadian2020-04-03
| | | | * gnu/packages/linux (linux-libre-arm64-generic-5.6): New variable.
* gnu: Add linux-libre-arm-generic-5.6.Vagrant Cascadian2020-04-03
| | | | * gnu/packages/linux (linux-libre-arm-generic-5.6): New variable.
* gnu: Add linux-libre 5.6.2.Vagrant Cascadian2020-04-03
| | | | | | | | | * gnu/packages/linux (deblob-scripts-5.6): New variable. (linux-libre-5.6-version): New variable. (linux-libre-5.6-pristine-source): New variable. (linux-libre-5.6-source): New variable. (linux-libre-headers-5.6): New variable. (linux-libre-5.6): New variable.
* gnu: linux-libre: Update to 5.4.30.Mark H Weaver2020-04-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.30. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.114.Mark H Weaver2020-04-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.114. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.175.Mark H Weaver2020-04-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.175. (linux-libre-4.14-pristine-source): Update hash.