summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-11-24gnu: asymptote: Update to 2.68.Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.68.
2020-11-24gnu: sysstat: Update to 12.4.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (sysstat): Update to 12.4.1.
2020-11-24gnu: notmuch: Update to 0.31.2.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (notmuch): Update to 0.31.2.
2020-11-24gnu: Update a copyright line.Nicolas Goaziou
2020-11-24gnu: re2c: Update to 2.0.3.Sergei Trofimovich
* gnu/packages/re2c.scm (re2c): Update to 2.0.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24gnu: racket-minimal: Update upstream tarball hash.Jack Hill
It changed in place. The only difference besides file metadata is in etc/config.rktd: - (catalogs . (https://download.racket-lang.org/releases/7.9/catalog/)) + (catalogs . (https://download.racket-lang.org/releases/7.9/catalog/ #f)) The same change was made for the racket package in c57157b89a56d33c76492a1fce1e521f00859f2a. * gnu/packages/scheme.scm (racket-minimal)[source]: Update hash. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-11-24gnu: Add pcb2gcode.Arun Isaac
* gnu/packages/engineering.scm (pcb2gcode): New variable.
2020-11-24gnu: rofi: Update to 1.6.1.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (rofi): Update to 1.6.1.
2020-11-24gnu: mupdf: Use only dynamic linking.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (mupdf)[source]: Add patch. [arguments]: Build and find the shared library. (zathura-pdf-mupdf)[arguments]: Add a 'remove-libmupdfthird.a-requirement phase to deal with the now-missing static one. * gnu/packages/patches/mupdf-fix-linkage.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2020-11-24gnu: mupdf: Build verbosely.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (mupdf)[arguments]: Add ‘verbose’ to #:make-flags.
2020-11-24gnu: zathura-pdf-mupdf: Update to 0.3.6.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.6.
2020-11-24gnu: esbuild: Update to 0.8.13.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.13. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24gnu: Add python-baycomp.Vinicius Monego
* gnu/packages/python-science.scm (python-baycomp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24gnu: Add python-commonmark.Vinicius Monego
* gnu/packages/python-xyz.scm (python-commonmark): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24gnu: Add xtitle.B. Wilson
gnu/packages/xdisorg.scm(xtitle): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24gnu: mblaze: Update to 1.0.B. Wilson
gnu/packages/mail.scm (mblaze): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24gnu: emacs-ascii-art-to-unicode: Update to 1.13.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ascii-art-to-unicode): Update to 1.13.
2020-11-24gnu: emacs-ivy-posframe: Update to 0.5.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.3.
2020-11-24gnu: s6-linux-init: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/skarnet.scm (s6-linux-init)[arguments]: Add ‘--disable-static’ to #:configure-flags.
2020-11-24gnu: s6-linux-init: Update to 1.0.5.1.Tobias Geerinckx-Rice
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.5.1.
2020-11-24gnu: chirp: Update to 20201121.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (chirp): Update to 20201121.
2020-11-24gnu: mupdf: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (mupdf)[arguments]: Use CC-FOR-TARGET.
2020-11-24gnu: mupdf: Update to 1.18.0.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (mupdf): Update to 1.18.0. [inputs]: Add gumbo-parser.
2020-11-24gnu: mupdf: Remove more bundled software.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (mupdf)[source]: In the snippet, list the thirdparty/ packages we want to keep instead of those to delete.
2020-11-24gnu: axel: Update to 2.17.10.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (axel): Update to 2.17.10.
2020-11-24gnu: python-databricks-cli: Update to 0.14.1.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-databricks-cli): Update to 0.14.1.
2020-11-24gnu: earlyoom: Update to 1.6.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (earlyoom): Update to 1.6.2. [arguments]: Remove obsolete 'install-contribs phase. Add a new 'disable-failing-test phase.
2020-11-24gnu: youtube-dl: Update to 2020.11.24.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.24.
2020-11-24gnu: poppler-data: Update to 0.4.10.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (poppler-data): Update to 0.4.10.
2020-11-24gnu: grub-minimal: Fix cross-compilation.Ludovic Courtès
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.
2020-11-24gnu: flameshot: Update to 0.8.5.Zhu Zihao
* 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>
2020-11-24gnu: Add emacs-dart-mode.nixo
* gnu/packages/emacs-xyz.scm (emacs-dart-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24gnu: Add emacs-gn-mode.nixo
* gnu/packages/emacs-xyz.scm (emacs-gn-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24gnu: emacs-webfeeder: Update to 1.1.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-webfeeder): Update to 1.1.1.
2020-11-24gnu: tadbit: Update to 1.0.1.Maxim Cournoyer
* 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.
2020-11-24gnu: imp: Migrate to Python 3.Maxim Cournoyer
* 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.
2020-11-24gnu: cmake: Update to 3.19.0.Maxim Cournoyer
* 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.
2020-11-24gnu: python-mamba: Update to 0.11.2.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-mamba): Update to 0.11.2. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2020-11-24gnu: python-isbnlib: Update to 3.10.4.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-isbnlib): Update to 3.10.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2020-11-23gnu: ghc-text-short: Fix spelling.Vagrant Cascadian
* gnu/packages/haskell-xyz (ghc-text-short): Fix spelling of "similar".
2020-11-23gnu: bsd-games: Fix spelling.Vagrant Cascadian
* gnu/packages/games (bsd-games)[description]: Fix spelling of "chosen".
2020-11-23gnu: emacs-frame-local: Fix typo.Vagrant Cascadian
* gnu/packages/emacs-xyz (emacs-frame-local)[description]: Fix grammar of "This package".
2020-11-23gnu: ungoogled-chromium: Update to 87.0.4280.66-0.1f7cdef.Marius Bakke
* 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.
2020-11-23Merge branch 'version-1.2.0'Ludovic Courtès
2020-11-23gnu: mujs: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/javascript.scm (mujs)[arguments]: Replace the default 'install phase which would install (only) the static library.
2020-11-23gnu: mujs: Cross-compile.Tobias Geerinckx-Rice
* gnu/packages/javascript.scm (mujs)[arguments]: Use CC-FOR-TARGET.
2020-11-23gnu: mujs: Update to 1.0.9.Tobias Geerinckx-Rice
* gnu/packages/javascript.scm (mujs): Update to 1.0.9.
2020-11-23gnu: mujs: Fetch sources from git.Tobias Geerinckx-Rice
* gnu/packages/javascript.scm (mujs)[source]: GIT-FETCH the sources directly from the author. [arguments]: Add VERSION to #:make-flags.
2020-11-23gnu: gpodder: Update to 3.10.17.Tobias Geerinckx-Rice
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.17.
2020-11-23gnu: snd: Update to 20.9.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (snd): Update to 20.9.