summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* build-system/haskell: Generate Setup.hs if needed.Robert Vollmert2019-06-13
| | | | | | | | | | | | | | | | The default Setup.hs is boilerplate that is frequently left out of source packages. Several packages already add a phase to generate it, so moving this phase to the build system is just factoring out an existing pattern. See <https://github.com/phadej/time-compat/issues/4>. * guix/build/haskell-build-system.scm (generate-setuphs): New procedure. (%standard-phases): Add it after 'unpack'. * gnu/packages/haskell.scm (ghc-foundation, ghc-inline-c, ghc-inline-c-cpp, ghc-rio): Remove 'arguments'. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: gstreamer: Skip failing test on 32-bit systems.Marius Bakke2019-06-13
| | | | | * gnu/packages/gstreamer.scm (gstreamer)[arguments]: When building for a 32-bit system, add #:phases.
* gnu: perl-io-socket-ssl: Update to 2.066.Christopher Baines2019-06-12
| | | | | | | The previous version failed to build, but this updated version does build successfully. * gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.066.
* Merge branch 'master' into stagingMarius Bakke2019-06-11
|\
| * gnu: tbb: Update to 2019_U8.Marius Bakke2019-06-11
| | | | | | | | * gnu/packages/tbb.scm (tbb): Update to 2019_U8.
| * gnu: offlineimap: Update to 7.2.4.Marius Bakke2019-06-11
| | | | | | | | * gnu/packages/mail.scm (offlineimap): Update to 7.2.4.
| * gnu: wine-staging: Update to 4.10.Rutger Helling2019-06-11
| | | | | | | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.10. * gnu/packages/wine.scm (wine-staging): Update to 4.10.
| * gnu: faudio: Update to 19.06.07.Rutger Helling2019-06-11
| | | | | | | | * gnu/packages/audio.scm (faudio): Update to 19.06.07.
| * gnu: kitty: Update to 0.14.2.Rutger Helling2019-06-11
| | | | | | | | * gnu/packages/terminals.scm (kitty): Update to 0.14.2.
| * gnu: grim: Update to 1.2.0.Tobias Geerinckx-Rice2019-06-10
| | | | | | | | * gnu/packages/image.scm (grim): Update to 1.2.0.
| * gnu: slurp: Update to 1.2.0.Tobias Geerinckx-Rice2019-06-10
| | | | | | | | * gnu/packages/image.scm (slurp): Update to 1.2.0.
| * services: slim: Update SLiM theme to 1.x.Diego Nicola Barbato2019-06-10
| | | | | | | | | | | | * gnu/services/xorg.scm (%default-slim-theme-name): Change to "1.x". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * artwork: Update snapshot to 2f2fe74.Diego Nicola Barbato2019-06-10
| | | | | | | | | | | | * gnu/artwork.scm (%artwork-repository): Update to 2f2fe74. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add r-biosigner.Ricardo Wurmus2019-06-10
| | | | | | | | * gnu/packages/bioconductor.scm (r-biosigner): New variable.
| * gnu: Add r-ropls.Ricardo Wurmus2019-06-10
| | | | | | | | * gnu/packages/bioconductor.scm (r-ropls): New variable.
| * services: guix-publish: Configure log rotation.Christopher Baines2019-06-10
| | | | | | | | | | * gnu/services/base.scm (%guix-publish-log-rotations): New variable. (guix-publish-service-type): Extend the rottlog-service-type.
| * services: guix-publish: Log to a file.Christopher Baines2019-06-10
| | | | | | | | | | | | | | This makes it easier to read the output, as it's recorded in a file. * gnu/services/base.scm (guix-publish-shepherd-service): Add #:log-file to make-forkexec-constructor.
| * services: Add 'nix-service-type'.Oleg Pykhalov2019-06-10
| | | | | | | | | | | | * gnu/services/nix.scm: New file. * gnu/local.mk: Add this. * doc/guix.texi (Miscellaneous Services): Document this.
| * gnu: linux-libre: Update to 5.1.8.Mark H Weaver2019-06-10
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.8. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.19: Update to 4.19.49.Mark H Weaver2019-06-10
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.49. (%linux-libre-4.19-hash): Update hash.
| * gnu: linux-libre@4.15: Remove package.Mark H Weaver2019-06-10
| | | | | | | | | | | | | | | | This release series is no longer supported upstream. * gnu/packages/linux.scm (%linux-libre-4.15-version) (%linux-libre-4.15-hash, linux-libre-4.15) (linux-libre-headers-4.15): Remove variables.
| * gnu: linux-libre@4.14: Update to 4.14.124.Mark H Weaver2019-06-10
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.124. (%linux-libre-4.14-hash): Update hash.
| * gnu: emacs-idris-mode: Use recent git checkout.Eric Bavier2019-06-09
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-idris-mode)[source]: Use git-fetch. [version]: Include revision and commit.
| * gnu: recutils: Remove emacs-minimal native input.Jack Hill2019-06-10
| | | | | | | | | | | | * gnu/packages/databases.scm (recutils)[native-inputs]: Remove emacs-minimal. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * gnu: Add emacs-recutils.Jack Hill2019-06-10
| | | | | | | | | | | | * gnu/packages/databases.scm (emacs-recutils): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * gnu: Restore allegro-mesa-18.2.5-and-later.patch.Tobias Geerinckx-Rice2019-06-10
| | | | | | | | | | | | | | | | Dropped in 49405aaf5c2c9cfc713c7efdccaf6d48d3c714a3, it's still in use by the (leaf) allegro-5.0 package. * gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch: Newish file. * gnu/local.mk (dist_patch_DATA): Re-add it.
| * gnu: mobile-broadband-provider-info: Update to 20190116.Tobias Geerinckx-Rice2019-06-10
| | | | | | | | * gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20190116.
| * gnu: gnumeric: Update to 1.12.45.Tobias Geerinckx-Rice2019-06-09
| | | | | | | | * gnu/packages/gnome.scm (gnumeric): Update to 1.12.45.
| * gnu: virtualgl: Update to 2.6.2.Tobias Geerinckx-Rice2019-06-09
| | | | | | | | * gnu/packages/gl.scm (virtualgl): Update to 2.6.2.
| * gnu: cfitsio: Update to 3.47.Tobias Geerinckx-Rice2019-06-09
| | | | | | | | * gnu/packages/astronomy.scm (cfitsio): Update to 3.47.
| * gnu: radeontop: Don't use unstable tarball.Tobias Geerinckx-Rice2019-06-09
| | | | | | | | | | | | * gnu/packages/linux.scm (radeontop)[source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page]: Move down to its conventional spot.
| * gnu: radeontop: Update to 1.2.Tobias Geerinckx-Rice2019-06-09
| | | | | | | | * gnu/packages/linux.scm (radeontop): Update to 1.2.
| * gnu: r-rhisat2: Update to 1.0.2.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.0.2.
| * gnu: r-aucell: Update to 1.6.1.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/bioconductor.scm (r-aucell): Update to 1.6.1.
| * gnu: r-msnbase: Update to 2.10.1.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.10.1.
| * gnu: r-iranges: Update to 2.18.1.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/bioinformatics.scm (r-iranges): Update to 2.18.1.
| * gnu: r-numderiv: Update to 2016.8-1.1.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/statistics.scm (r-numderiv): Update to 2016.8-1.1.
| * gnu: r-quantreg: Update to 5.40.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/statistics.scm (r-quantreg): Update to 5.40.
| * gnu: r-fpc: Update to 2.2-2.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/statistics.scm (r-fpc): Update to 2.2-2.
| * gnu: r-prabclus: Update to 2.3-1.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/statistics.scm (r-prabclus): Update to 2.3-1.
| * gnu: r-e1071: Update to 1.7-2.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/statistics.scm (r-e1071): Update to 1.7-2.
| * gnu: r-xml: Update to 3.98-1.20.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/statistics.scm (r-xml): Update to 3.98-1.20.
| * gnu: r-dbplyr: Update to 1.4.1.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/statistics.scm (r-dbplyr): Update to 1.4.1.
| * gnu: r-tibble: Update to 2.1.3.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/statistics.scm (r-tibble): Update to 2.1.3.
| * gnu: r-markdown: Update to 1.0.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/statistics.scm (r-markdown): Update to 1.0.
| * gnu: r-rsvd: Update to 1.0.1.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/cran.scm (r-rsvd): Update to 1.0.1.
| * gnu: r-iso: Update to 0.0-18.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/cran.scm (r-iso): Update to 0.0-18.
| * gnu: r-performance: Update to 0.2.0.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/cran.scm (r-performance): Update to 0.2.0.
| * gnu: r-sjstats: Update to 0.17.5.Ricardo Wurmus2019-06-09
| | | | | | | | | | * gnu/packages/cran.scm (r-sjstats): Update to 0.17.5. [propagated-inputs]: Add r-bayestestr and r-performance; remove r-matrix.
| * gnu: r-proc: Update to 1.15.0.Ricardo Wurmus2019-06-09
| | | | | | | | * gnu/packages/cran.scm (r-proc): Update to 1.15.0.