summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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>
* doc: Fix a typo in WebSSH configuration documentation.Oleg Pykhalov2020-11-24
| | | | * doc/guix.texi (Networking Services): Fix a typo in webssh-configuration.
* 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
| |
| * Update NEWS.v1.2.0Ludovic Courtès2020-11-22
| |
| * nls: Update 'fr' translation of the manual.Ludovic Courtès2020-11-21
| |
| * 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".
| * transformations: Show '--help-transform' only where applicable.Ludovic Courtès2020-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/44773>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. This fixes a regression introduced in 6701f64f7329cdbeda70bcaf38523c9098e5a938. * guix/transformations.scm (%transformation-options): Add "--help-transform". (show-transformation-options-help): Rename to... (show-transformation-options-help/detailed): ... this. (show-transformation-options-help): New public procedure. * guix/scripts/build.scm (show-build-options-help): Remove "--help-transform". (%standard-build-options): Likewise. (show-help): Call 'show-transformation-options-help'. * guix/scripts/environment.scm (show-help): Likewise. * guix/scripts/graph.scm (show-help): Likewise. * guix/scripts/install.scm (show-help): Likewise. * guix/scripts/pack.scm (show-help): Likewise. * guix/scripts/package.scm (show-help): Likewise. * guix/scripts/upgrade.scm (show-help): Likewise.
* | 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
| |
* | gnu: Add cwltool.Efraim Flashner2020-11-23
| | | | | | | | * gnu/packages/bioinformatics.scm (cwltool): New variable.
* | gnu: Add python-shellescape.Efraim Flashner2020-11-23
| | | | | | | | * gnu/packages/python-xyz.scm (python-shellescape): New variable.
* | gnu: Add python-arcp.Efraim Flashner2020-11-23
| | | | | | | | * gnu/packages/python-xyz.scm (python-arcp): New variable.
* | gnu: Add python-schema-salad.Efraim Flashner2020-11-23
| | | | | | | | * gnu/packages/bioinformatics.scm (python-schema-salad): New variable.
* | gnu: Add python-cachecontrol-0.11.Efraim Flashner2020-11-23
| | | | | | | | * gnu/packages/python-web.scm (python-cachecontrol-0.11): New variable.
* | gnu: Add python-prov.Efraim Flashner2020-11-23
| | | | | | | | * gnu/packages/python-xyz.scm (python-prov): New variable.
* | gnu: Add python-bagit.Efraim Flashner2020-11-23
| | | | | | | | * gnu/packages/python-xyz.scm (python-bagit): New variable.
* | gnu: python-pydot: Update home-page URI.Efraim Flashner2020-11-23
| | | | | | | | | | * gnu/packages/graphviz.scm (python-pydot)[home-page]: Update to new home-page URI.
* | gnu: python-pydot: Run tests.Efraim Flashner2020-11-23
| | | | | | | | | | | | | | | | * gnu/packges/graphviz.scm (python-pydot)[source]: Add patch. [arguments]: Override check phase. [native-inputs]: Add graphviz. * gnu/packages/patches/python-pydot-regression-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | gnu: python-pydot: Update to 1.4.1.Efraim Flashner2020-11-23
| | | | | | | | * gnu/packages/graphviz.scm (python-pydot): Update to 1.4.1.
* | gnu: grub: Fix cross-compiling for other architectures.Efraim Flashner2020-11-23
| | | | | | | | | | | | | | | | Reported by cbaines and xelxebar on IRC. * gnu/packages/bootloaders.scm (grub)[arguments]: In custom 'set-freetype-variables phase only use the native-inputs version of freetype.
* | store: Fix ensure-path docstring.Mathieu Othacehe2020-11-23
| | | | | | | | | | | | Suggested by Ludovic Courtès. * guix/store.scm (ensure-path): Fix the docstring.
* | gnu: Add djvusmooth.Guillaume Le Vaillant2020-11-23
| | | | | | | | * gnu/packages/djvu.scm (djvusmooth): New variable.
* | gnu: Add python-djvulibre.Guillaume Le Vaillant2020-11-23
| | | | | | | | * gnu/packages/python-xyz.scm (python-djvulibre): New variable.