summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: gnupg: Update to 2.2.25.Marius Bakke2020-11-25
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.25.
* gnu: libksba: Update to 1.5.0.Marius Bakke2020-11-25
| | | | * gnu/packages/gnupg.scm (libksba): Update to 1.5.0.
* Merge branch 'master' into stagingMarius Bakke2020-11-23
|\
| * 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
| | |
| * | 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.
| * | 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.
| * | gnu: lsof: Cross-compile.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | * gnu/packages/lsof.scm (lsof)[arguments]: Use CC-FOR-TARGET.
| * | gnu: lsof: Make test failures fatal.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/lsof.scm (lsof)[source]: Add patch to make test suite failures stop the build. * gnu/packages/patches/lsof-fatal-test-failures.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * | gnu: lsof: Respect #:tests?.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | | | | * gnu/packages/lsof.scm (lsof)[arguments]: The 'check phase takes and respects a TESTS? keyword.
| * | gnu: lsof: Update to 4.94.0.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lsof.scm (lsof): Update to 4.94.0. [source]: Switch to new git upstream. [native-inputs]: Add groff. [arguments]: Remove custom 'unpack phase. Add a 'build-man-page phase. Remove the upstreamed glibc@2.28 test fix.
| * | gnu: hdparm: Update to 9.60.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | * gnu/packages/linux.scm (hdparm): Update to 9.60.
| * | gnu: ipset: Update to 7.9.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | * gnu/packages/linux.scm (ipset): Update to 7.9.
| * | gnu: ipset: Use HTTPS home page.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | * gnu/packages/linux.scm (ipset)[source, home-page]: Use HTTPS.
| * | gnu: webkitgtk: Update to 2.30.3.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.3.
| * | gnu: python-pandocfilters: Update to 1.4.3.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | * gnu/packages/textutils.scm (python-pandocfilters): Update to 1.4.3.
| * | gnu: facter: Update to 4.0.46.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | * gnu/packages/admin.scm (facter): Update to 4.0.46.
| * | gnu: duplicity: Update to 0.8.17.Tobias Geerinckx-Rice2020-11-23
| | | | | | | | | | | | * gnu/packages/backup.scm (duplicity): Update to 0.8.17.
| * | gnu: ocaml-cairo2: Patch test phase.Brett Gilio2020-11-22
| | | | | | | | | | | | | | | | | | * gnu/local.mk (ocaml-cairo2-caml_ba_array_fix.patch): Add ref. * gnu/packages/ocaml.scm (ocaml-cairo2): Utilize patch. * gnu/packages/patches/ocaml-cairo2-caml_ba_array-fix.patch: Add file.