summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: Add xtitle.B. Wilson2020-11-24
| | | | | | gnu/packages/xdisorg.scm(xtitle): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mblaze: Update to 1.0.B. Wilson2020-11-24
| | | | | | gnu/packages/mail.scm (mblaze): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-ascii-art-to-unicode: Update to 1.13.Nicolas Goaziou2020-11-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-ascii-art-to-unicode): Update to 1.13.
* gnu: emacs-ivy-posframe: Update to 0.5.3.Nicolas Goaziou2020-11-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.3.
* gnu: s6-linux-init: Omit static library.Tobias Geerinckx-Rice2020-11-24
| | | | | * gnu/packages/skarnet.scm (s6-linux-init)[arguments]: Add ‘--disable-static’ to #:configure-flags.
* gnu: s6-linux-init: Update to 1.0.5.1.Tobias Geerinckx-Rice2020-11-24
| | | | * gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.5.1.
* gnu: chirp: Update to 20201121.Tobias Geerinckx-Rice2020-11-24
| | | | * gnu/packages/radio.scm (chirp): Update to 20201121.
* gnu: mupdf: Prepare for cross-compilation.Tobias Geerinckx-Rice2020-11-24
| | | | * gnu/packages/pdf.scm (mupdf)[arguments]: Use CC-FOR-TARGET.
* gnu: mupdf: Update to 1.18.0.Tobias Geerinckx-Rice2020-11-24
| | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.18.0. [inputs]: Add gumbo-parser.
* gnu: mupdf: Remove more bundled software.Tobias Geerinckx-Rice2020-11-24
| | | | | * gnu/packages/pdf.scm (mupdf)[source]: In the snippet, list the thirdparty/ packages we want to keep instead of those to delete.
* gnu: axel: Update to 2.17.10.Tobias Geerinckx-Rice2020-11-24
| | | | * gnu/packages/networking.scm (axel): Update to 2.17.10.
* gnu: python-databricks-cli: Update to 0.14.1.Tobias Geerinckx-Rice2020-11-24
| | | | * gnu/packages/python-web.scm (python-databricks-cli): Update to 0.14.1.
* gnu: earlyoom: Update to 1.6.2.Tobias Geerinckx-Rice2020-11-24
| | | | | | * gnu/packages/linux.scm (earlyoom): Update to 1.6.2. [arguments]: Remove obsolete 'install-contribs phase. Add a new 'disable-failing-test phase.
* gnu: youtube-dl: Update to 2020.11.24.Tobias Geerinckx-Rice2020-11-24
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.11.24.
* gnu: poppler-data: Update to 0.4.10.Tobias Geerinckx-Rice2020-11-24
| | | | * gnu/packages/pdf.scm (poppler-data): Update to 0.4.10.
* gnu: grub-minimal: Fix cross-compilation.Ludovic Courtès2020-11-24
| | | | | | | | | | | | Fixes a regression introduced in 34a6f123514b5677d442ed7cd609ff01534904b8 that would break cross-compilation of 'grub-minimal' because it would enable Freetype support as a side effect but the 'set-freetype-variables' phase was not inherited in 'grub-minimal'. * gnu/packages/bootloaders.scm (grub-minimal)[arguments]: Use 'substitute-keyword-arguments' so that the 'set-freetype-variables' phase is inherited.
* gnu: flameshot: Update to 0.8.5.Zhu Zihao2020-11-24
| | | | | | | | | | * gnu/packages/image.scm(flameshot): Update to 0.8.5. [source, home-page]: Use new source URL. [build-system]: Use qt-build-system. [inputs]: Add qtsvg. [arguments]<phases>: Remove stale code. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add emacs-dart-mode.nixo2020-11-24
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-dart-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-gn-mode.nixo2020-11-24
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-gn-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-webfeeder: Update to 1.1.1.Nicolas Goaziou2020-11-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-webfeeder): Update to 1.1.1.
* gnu: tadbit: Update to 1.0.1.Maxim Cournoyer2020-11-24
| | | | | | | | | * gnu/packages/bioinformatics.scm (tadbit): Update to 1.0.1. [arguments]: Remove #:tests? and #:python arguments. [phases]{fix-problems-with-setup.py}: Remove no longer needed steps. {check}: Override phase. [native-inputs]: Add glib and pkg-config. [inputs]: Add python-future and python-h5py.
* gnu: imp: Migrate to Python 3.Maxim Cournoyer2020-11-24
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (imp) [arguments]: Enable tests by removing the #:tests? argument. Specify the arguments to pass to the ctest test running via the #:configure-flags argument. [inputs]: Add cgal and opencv. Remove python-2. Move swig to... [native-inputs]: ...here. Add python-wrapper. [propagated-inputs]: Replace python2-numpy, python2-scipy, python2-pandas, python2-scikit-learn and python2-networkx by python-numpy, python-scipy, python-pandas, python-scikit-learn and python-networkx, respectively.
* gnu: cmake: Update to 3.19.0.Maxim Cournoyer2020-11-24
| | | | | | | | * gnu/packages/cmake.scm (cmake): Update to 3.19.0. [source]: Modify inherited source to adjust the hash as well as the snippet so that the "Utilities/cm3p" sub-directory is preserved. [phases]{patch-bin-sh, check}: Temporarily overrides until the next rebuild cycle.
* gnu: python-mamba: Update to 0.11.2.Tanguy Le Carrour2020-11-24
| | | | | | * gnu/packages/python-xyz.scm (python-mamba): Update to 0.11.2. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: python-isbnlib: Update to 3.10.4.Tanguy Le Carrour2020-11-24
| | | | | | * gnu/packages/python-xyz.scm (python-isbnlib): Update to 3.10.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: ghc-text-short: Fix spelling.Vagrant Cascadian2020-11-23
| | | | | * gnu/packages/haskell-xyz (ghc-text-short): Fix spelling of "similar".
* gnu: bsd-games: Fix spelling.Vagrant Cascadian2020-11-23
| | | | | * gnu/packages/games (bsd-games)[description]: Fix spelling of "chosen".
* gnu: emacs-frame-local: Fix typo.Vagrant Cascadian2020-11-23
| | | | | * gnu/packages/emacs-xyz (emacs-frame-local)[description]: Fix grammar of "This package".
* gnu: ungoogled-chromium: Update to 87.0.4280.66-0.1f7cdef.Marius Bakke2020-11-23
| | | | | | | | | | | | | | | * gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 87. (arch-patch, %arch-revision, %arch-patches): Remove. (ungoogled-chromium-snippet): Remove %ARCH-PATCHES. (%ungoogled-revision): Set to 1f7cdef6dfa8f612afde8f988131f210612333e0. (%chromium-version): Set to 87.0.4280.66. (ungoogled-chromium)[source]: Update hash. [arguments]: Adjust #:configure-flags for changes in 87. Enable Pipewire support in WebRTC. [native-inputs]: Add WAYLAND. [inputs]: Add PIPEWIRE and WAYLAND. (ungoogled-chromium/wayland): Implement as a wrapper over UNGOOGLED-CHROMIUM. * gnu/packages/patches/ungoogled-chromium-system-nspr.patch: Adjust for 87.
* Merge branch 'version-1.2.0'Ludovic Courtès2020-11-23
|\
| * gnu: guix: Update to bd96e6d.Ludovic Courtès2020-11-22
| |
| * gnu: guix: Update to 1.2.0.Ludovic Courtès2020-11-22
| |
| * gnu: xfdesktop: Add Guix logo to the default background.Ludovic Courtès2020-11-21
| | | | | | | | | | * gnu/packages/xfce.scm (xfdesktop)[arguments]: In 'prepare-background-image' phase, add "xfce-stripes.png".
* | gnu: mujs: Omit static library.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | * gnu/packages/javascript.scm (mujs)[arguments]: Replace the default 'install phase which would install (only) the static library.
* | gnu: mujs: Cross-compile.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | * gnu/packages/javascript.scm (mujs)[arguments]: Use CC-FOR-TARGET.
* | gnu: mujs: Update to 1.0.9.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | * gnu/packages/javascript.scm (mujs): Update to 1.0.9.
* | gnu: mujs: Fetch sources from git.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | * gnu/packages/javascript.scm (mujs)[source]: GIT-FETCH the sources directly from the author. [arguments]: Add VERSION to #:make-flags.
* | gnu: gpodder: Update to 3.10.17.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | * gnu/packages/gpodder.scm (gpodder): Update to 3.10.17.
* | gnu: snd: Update to 20.9.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | * gnu/packages/audio.scm (snd): Update to 20.9.
* | gnu: libraqm: Update to 0.7.1.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | * gnu/packages/fontutils.scm (libraqm): Update to 0.7.1.
* | gnu: djview: Update to 4.12.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | * gnu/packages/djvu.scm (djview): Update to 4.12.
* | gnu: mtpaint: Update to 3.49.33.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | * gnu/packages/image.scm (mtpaint): Update to 3.49.33.
* | gnu: guile-chickadee: Use Guile 3.0.David Thompson2020-11-23
| | | | | | | | | | * gnu/packages/game-development.scm (guile-chickadee): Change Guile inputs to use 3.0 package variants.
* | gnu: Add emacs-undo-fu-session.Niklas Eklund2020-11-24
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-undo-fu-session): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* | gnu: Add emacs-embark.Niklas Eklund2020-11-24
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-embark): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* | gnu: eigen: Add upstream bugfix patch.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | | | | | | | | | This fixes the build of nanopolish, imp, and others. Reported by apteryx in #guix. * gnu/packages/algebra.scm (eigen)[source]: Add patch. * gnu/packages/patches/eigen-remove-openmp-error-counting.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: parallel: Update to 20201122.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | * gnu/packages/parallel.scm (parallel): Update to 20201122.
* | gnu: Add emacs-orderless.Niklas Eklund2020-11-23
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-orderless): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* | gnu: guile-chickadee: Update to 0.6.0.David Thompson2020-11-23
| |
* | gnu: Deprecate guile3.0-chickadee.David Thompson2020-11-23
| |