summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: php: Update to 7.3.12.Julien Lepiller2019-11-22
| | | | * gnu/packages/php.scm (php): Update to 7.3.12.
* gnu: libseccomp: Fix build on AArch64.Ludovic Courtès2019-11-22
| | | | | | | | This is a followup to d100d5d5449eabd65e9c26081b7620a3d342c9eb. * gnu/packages/patches/libseccomp-open-aarch64.patch: New file. * gnu/packages/linux.scm (libseccomp)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: man-pages: Update to 5.04.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/man.scm (man-pages): Update to 5.04.
* gnu: libbytesize: Update to 2.1.Tobias Geerinckx-Rice2019-11-22
| | | | | | * gnu/packages/c.scm (libbytesize): Update to 2.1. [source, remove]: Remove msgmerge reproducibility work-around. [inputs]: Use pcre@2.
* gnu: libplist: Update to 2.1.0.Tobias Geerinckx-Rice2019-11-22
| | | | | | | * gnu/packages/libusb.scm (libplist): Update to 2.1.0. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add ‘configure-later’ phase. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: libpwquality: Update to 1.4.2.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/password-utils.scm (libpwquality): Update to 1.4.2.
* gnu: libpwquality: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/password-utils.scm (libpwquality)[source]: Hard-code NAME.
* gnu: r-sjstats: Update to 0.17.7.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/cran.scm (r-sjstats): Update to 0.17.7.
* gnu: ruby-prawn-manual-builder: Update to 0.3.1.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/ruby.scm (ruby-prawn-manual-builder): Update to 0.3.1.
* gnu: r-rms: Update to 5.1-4.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/cran.scm (r-rms): Update to 5.1-4.
* gnu: gthumb: Update to 3.8.2.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/gnome.scm (gthumb): Update to 3.8.2.
* gnu: ruby-command-line-reporter: Update to 4.0.1.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/ruby.scm (ruby-command-line-reporter): Update to 4.0.1.
* gnu: python-lazy-object-proxy: Update to 1.4.3.Tobias Geerinckx-Rice2019-11-22
| | | | * gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.4.3.
* gnu: monero-gui: Update to 0.15.0.1.Guillaume Le Vaillant2019-11-21
| | | | | | * gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: monero: Update to 0.15.0.1.Guillaume Le Vaillant2019-11-21
| | | | | | * gnu/packages/finance.scm (monero): Update to 0.15.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add emacs-openwith.David Wilson2019-11-21
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-openwith) New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: lxc: Adjust for GCC 7.Marius Bakke2019-11-21
| | | | * gnu/packages/virtualization.scm (lxc)[arguments]: Add #:make-flags.
* gnu: qemu: Update to 4.1.1.Marius Bakke2019-11-21
| | | | | * gnu/packages/virtualization.scm (qemu): Update to 4.1.1. [source](patches): Remove.
* gnu: nginx: Update to 1.17.6.Marius Bakke2019-11-21
| | | | * gnu/packages/web.scm (nginx): Update to 1.17.6.
* gnu: libseccomp: Update to 2.4.2.Marius Bakke2019-11-21
| | | | | * gnu/packages/linux.scm (libseccomp): Update to 2.4.2. * gnu/packages/virtualization.scm (qemu-minimal-2.10)[inputs]: Remove "libseccomp".
* gnu: jsoncpp: Update to 1.9.2.Marius Bakke2019-11-21
| | | | | * gnu/packages/serialization.scm (jsoncpp): Update to 1.9.2. * gnu/packages/games.scm (minetest)[source](snippet): Add substitution.
* gnu: json-modern-cxx: Update to 3.7.3.Marius Bakke2019-11-21
| | | | * gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.3.
* gnu: minetest: Adjust indentation.Marius Bakke2019-11-21
| | | | * gnu/packages/games.scm (minetest): Reindent.
* gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes].Marius Bakke2019-11-21
| | | | | | | | This fixes CVE-2019-13723 and CVE-2019-13724. * gnu/packages/chromium.scm (%chromium-version): Set to 78.0.3904.108. (%ungoogled-revision): Set to 8f065138317a6152b20decc224027a5192ba76b1. (%chromium-origin, %ungoogled-origin): Update hashes.
* gnu: ungoogled-chromium: Increase resource limits in separate phase.Marius Bakke2019-11-21
| | | | | * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add phase 'increase-resource-limits'.
* gnu: hexchat: Fix crash on exit.Julien Lepiller2019-11-21
| | | | | | * gnu/packages/patches/hexchat-crash-exit.patch: New file. * gnu/packages/hexchat.scm (orgin): Add patch. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: guix-data-service: Update to 0.0.1-5.23f60a6.Christopher Baines2019-11-21
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-5.23f60a6.
* gnu: guix-data-service: Fix build.Christopher Baines2019-11-21
| | | | | | | | | | Use the new EMACSLOADPATH, rather than setting GUIX_ENVIRONMENT. This also allows changing emacs-no-x to emacs-minimal. * gnu/packages/web.scm (guix-data-service)[arguments]: Remove the 'set-GUIX_ENVIRONMENT phase. [native-inputs]: Replace emacs-with-modules with emacs-minimal and emacs-htmlize.
* gnu: emacs-guix: Update to 0.5.2.Alex Kost2019-11-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2.
* gnu: kmonad: Update to 0.3.0.Alex Griffin2019-11-21
| | | | * gnu/packages/haskell-apps.scm (kmonad): Update to 0.3.0.
* gnu: musescore: Update to 3.3.2.Nicolas Goaziou2019-11-21
| | | | * gnu/packages/music.scm (musescore): Update to 3.3.2.
* gnu: mame: Fix build on i686.Nicolas Goaziou2019-11-21
| | | | | * gnu/packages/emulators.scm (mame): Prevent strict-overflow error on i686 with "NOWERROR" flag.
* gnu: Add ecasound.Christopher Lemmer Webber2019-11-21
| | | | * gnu/packages/audio.scm (ecasound): Add it.
* gnu: python2-mmtk: Update to 2.7.12.Konrad Hinsen2019-11-21
| | | | | | * gnu/packages/python-xyz.scm (python2-mmtk): Update to 2.7.12. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python2-scientific: New source code location.Konrad Hinsen2019-11-21
| | | | | | | | | * gnu/packages/python-xyz.scm (python2-scientific): New source code location. Following the annoucement of Bitbucket to delete all Mercurial repositories in June 2020, the source code has been migrated to GitHub. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nmoldyn: New source code location.Konrad Hinsen2019-11-21
| | | | | | | | | * gnu/packages/chemistry.scm (nmoldyn): New source code location. Following the annoucement of Bitbucket to delete all Mercurial repositories in June 2020, the source code has been migrated to GitHub. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ghc-foundation: Disable broken test.Timothy Sample2019-11-20
| | | | | * gnu/packages/haskell-xyz.scm (ghc-foundation)[arguments]: Add a phase that patches out a broken test.
* gnu: ghc-haddock: Update to 2.22.0.Timothy Sample2019-11-20
| | | | | | | | | | * gnu/packages/haskell-xyz.scm (ghc-haddock): Update to 2.22.0. [arguments]: Replace the 'remove-haddock-test-test-suites' phase with a 'remove-hoogle-test' phase, which only disables the Hoogle test; add a new phase that puts the newly built 'haddock' binary in the 'PATH' variable for testing. [native-inputs]: Add 'ghc-haddock-test'. (ghc-haddock-test): New variable.
* gnu: ghc-haddock-api: Update to 2.22.0.Timothy Sample2019-11-20
| | | | | | | | | * gnu/packages/patches/ghc-haddock-api-fix-haddock.patch: New file. * gnu/local.mk: Add it. * gnu/packages/haskell-xyz.scm (ghc-haddock-api): Update to 2.22.0. [source]: Use the new patch. [arguments]: Change the 'update-constraints' phase to allow newer versions of 'QuickCheck' and 'hspec'.
* gnu: ngless: Update to 1.0.1.Timothy Sample2019-11-20
| | | | | | | | | * gnu/packages/bioinformatics.scm (ngless): Update to 1.0.1. [arguments]: Add a 'create-Versions.hs' phase that patches the Makefile and invokes 'make' to generate a required file. [inputs]: Remove 'ghc-chart', 'ghc-chart-cairo', and 'ghc-conduit-combinators'; add 'ghc-diagrams-core', 'ghc-diagrams-lib', 'ghc-diagrams-svg', and 'ghc-tar-conduit'.
* gnu: Add ghc-diagrams-svg.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-diagrams-svg): New variable.
* gnu: Add ghc-svg-builder.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-svg-builder): New variable.
* gnu: Add ghc-diagrams-lib.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-diagrams-lib): New variable.
* gnu: Add ghc-diagrams-solve.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-diagrams-solve): New variable.
* gnu: Add ghc-active.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-active): New variable.
* gnu: Add ghc-intervals.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-intervals): New variable.
* gnu: Add ghc-numeric-extras.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-numeric-extras): New variable.
* gnu: Add ghc-diagrams-core.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-diagrams-core): New variable.
* gnu: Add ghc-dual-tree.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-dual-tree): New variable.
* gnu: Add ghc-monoid-extras.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-monoid-extras): New variable.