summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: gnome-shell-extensions: Depropagate glib:bin.Leo Prikler2019-12-23
| | | | | | | | * gnu/packages/gnome.scm (gnome-shell-extensions): [propagated-inputs]: Move glib:bin from here... [native-inputs]: ... to here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gnome-shell-extension-dash-to-dock: Depropagate glib:bin.Leo Prikler2019-12-23
| | | | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): [propagated-inputs]: Move glib:bin from here... [native-inputs]: ... to here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gnome-shell-extension-hide-app-icon: Fix installation.Leo Prikler2019-12-23
| | | | | | | * gnu/packages/gnome-xyz.scm: (gnome-shell-extension-hide-app-icon): [arguments]: Install in subdirectory. Adjust indentation. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: guix-data-service: Update to 0.0.1-9.31110ac.Christopher Baines2019-12-22
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-9.31110ac.
* gnu: cpupower: Fix library location.Tobias Geerinckx-Rice2019-12-22
| | | | | * gnu/packages/linux.scm (cpupower)[arguments]: Add a ‘libdir’ to #:make-flags.
* gnu: parallel: Update to 20191222.Tobias Geerinckx-Rice2019-12-22
| | | | * gnu/packages/parallel.scm (parallel): Update to 20191222.
* gnu: Add polari.Leo Prikler2019-12-22
| | | | | | * gnu/packages/gnome.scm (polari): New package. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gspell: Build with gobject-introspection.Leo Prikler2019-12-22
| | | | | | | * gnu/packages/gnome.scm (gspell)[native-inputs]: Add gobject-introspection. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mumble: Actually modify qt-build-system.Efraim Flashner2019-12-22
| | | | | | | This was reported by Ivan Vilata i Balaguer. * gnu/packages/telephony.scm (mumble)[arguments]: Refer to the qt-build-system %supported-phases directly so we modify them.
* gnu: git-annex: Update to 7.20191218.Kyle Meyer2019-12-22
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191218. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ktouch: Update to 19.08.3.Efraim Flashner2019-12-22
| | | | * gnu/packages/education.scm (ktouch): Update to 19.08.3.
* gnu: Add copyright header.Brett Gilio2019-12-21
| | | | | * gnu/packages/lisp-xyz.scm: Add copyright header for Brett Gilio <brettg@gnu.org>.
* gnu: sbcl-cl-store: Use HTTPS home page URI.Brett Gilio2019-12-21
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-store)[home-page]: Use HTTPS URI.
* gnu: sbcl-cl-store: Update to 0.8.11-1.Brett Gilio2019-12-21
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-store): Update to 0.8.11-1. Fixes failing build against most recent SBCL.
* gnu: fastx-toolkit: Build with GCC 6Mădălin Ionel Patrașcu2019-12-21
| | | | | | * gnu/packages/bioinformatics.scm (fastx-toolkit)[native-inputs]: Add gcc-6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libgtextutils: Build with GCC 5Mădălin Ionel Patrașcu2019-12-21
| | | | | | * gnu/packages/textutils.scm (libgtextutils)[native-inputs]: Add gcc-5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: Add Mumi service.Ludovic Courtès2019-12-21
| | | | | | | * gnu/services/web.scm (%mumi-activation, %mumi-accounts): New variables. (mumi-shepherd-services): New procedure. (mumi-service-type): New variable. * doc/guix.texi (Web Services): Document it.
* gnu: mumi: Add dependency on GnuTLS.Ludovic Courtès2019-12-21
| | | | * gnu/packages/mail.scm (mumi)[inputs]: Add GNUTLS.
* gnu: mumi: Install assets.Ludovic Courtès2019-12-21
| | | | | * gnu/packages/mail.scm (mumi)[source](snippet): Modify "Makefile.am" so that assets are installed.
* gnu: mumi: Pass "--localstatedir=/var".Ludovic Courtès2019-12-21
| | | | * gnu/packages/mail.scm (mumi)[arguments]: Add #:configure-flags.
* gnu: mumi: Add dependency on mumimu.Ludovic Courtès2019-12-21
| | | | | | | | | The package definition of mumi was taken from the 'guix.scm' file in mumi. * gnu/packages/mail.scm (mumimu): New variable. (mumi)[inputs]: Add it. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: mumi: Install .go files in the right place.Ludovic Courtès2019-12-21
| | | | * gnu/packages/mail.scm (mumi)[source](modules, snippet): New fields.
* gnu: mumi: Do not hard-code "2.2".Ludovic Courtès2019-12-21
| | | | | | * gnu/packages/mail.scm (mumi)[arguments]: Add #:modules and #:imported-modules. In 'wrap-executable' phase, use 'target-guile-effective-version' instead of hard-coding "2.2".
* gnu: guile-email: Update to 0.2.2.Arun Isaac2019-12-22
| | | | * gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.2.
* gnu: Add purpose.Hartmut Goebel2019-12-21
| | | | * gnu/packages/kde-frameworks.scm(purpose): New variable.
* gnu: linux-libre: Update to 5.4.6.Mark H Weaver2019-12-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.6. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.91.Mark H Weaver2019-12-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.91. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.160.Mark H Weaver2019-12-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.160. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.207.Mark H Weaver2019-12-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.207. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.207.Mark H Weaver2019-12-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.207. (linux-libre-4.4-pristine-source): Update hash.
* gnu: Add gnome-characters.Raghav Gururajan2019-12-21
| | | | | | * gnu/packages/gnome.scm (gnome-characters): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add emacs-punpun-theme.Alex ter Weele2019-12-20
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-punpun-theme): New variable. Signed-off-by: Brett Gilio <brettg@gnu.org>
* gnu: Add java-marlin-renderer.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/java-graphics.scm (java-marlin-renderer): New variable.
* gnu: Add xsnow.Timotej Lazar2019-12-20
| | | | | | * gnu/packages/toys.scm (xsnow): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: intel-mpi-benchmarks: Merge with "imb-openmpi".Ludovic Courtès2019-12-20
| | | | | | | | | | * gnu/packages/mpi.scm (intel-mpi-benchmarks): Remove. * gnu/packages/benchmark.scm (imb): Rename to... (intel-mpi-benchmarks): ... this. Change 'name'. Update to 2019.3. [arguments]: Remove 'build phase. Rewrite 'install phase. Pass #:parallel-build? and #:make-flags. (intel-mpi-benchmarks/openmpi): New variable. (imb-openmpi): Rewrite in terms of 'deprecated-package'.
* gnupg: 'gnupg-verify*' returns a status symbol.Ludovic Courtès2019-12-20
| | | | | | | | | | | | | This allows callers to distinguish between signature verification failure and missing key. * guix/gnupg.scm (gnupg-receive-keys): Return true on success. (gnupg-verify*): Check return value of 'gnupg-receive-keys'. Return two values, the first one being a symbol. * guix/upstream.scm (download-tarball): Get the two return values of 'gnupg-verify*', and match on the first one. * gnu/packages/bash.scm (download-patches): Check the first return value of 'gnupg-verify*'.
* gnu: geda-gaf: Update to 1.10.0.Ricardo Wurmus2019-12-20
| | | | | | * gnu/packages/engineering.scm (geda-gaf): Update to 1.10.0. [arguments]: Adjust phase "disable-failing-tests". [inputs]: Add gamin and python-2.
* gnu: Add gamin.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/gnome.scm (gamin): New variable.
* gnu: r-desolve: Update to 1.27.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/cran.scm (r-desolve): Update to 1.27.
* gnu: r-insol: Update to 1.2.1.Ricardo Wurmus2019-12-20
| | | | | * gnu/packages/cran.scm (r-insol): Update to 1.2.1. [propagated-inputs]: Remove r-rgdal.
* gnu: r-plot3d: Update to 1.3.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/cran.scm (r-plot3d): Update to 1.3.
* gnu: r-sctransform: Update to 0.2.1.Ricardo Wurmus2019-12-20
| | | | | * gnu/packages/cran.scm (r-sctransform): Update to 0.2.1. [propagated-inputs]: Remove r-future.
* gnu: r-rootsolve: Update to 1.8.2.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/cran.scm (r-rootsolve): Update to 1.8.2.
* gnu: r-reticulate: Update to 1.14.Ricardo Wurmus2019-12-20
| | | | | * gnu/packages/cran.scm (r-reticulate): Update to 1.14. [propagated-inputs]: Add r-rappdirs.
* gnu: r-pillar: Update to 1.4.3.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/cran.scm (r-pillar): Update to 1.4.3.
* gnu: r-vctrs: Update to 0.2.1.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/cran.scm (r-vctrs): Update to 0.2.1.
* gnu: r-recipes: Update to 0.1.8.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/cran.scm (r-recipes): Update to 0.1.8.
* gnu: r-psych: Update to 1.9.12.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/cran.scm (r-psych): Update to 1.9.12.
* gnu: r-bbmle: Update to 1.0.22.Ricardo Wurmus2019-12-20
| | | | | * gnu/packages/cran.scm (r-bbmle): Update to 1.0.22. [propagated-inputs]: Add r-bdsmatrix, r-matrix, and r-mvtnorm.
* gnu: Add r-bdsmatrix.Ricardo Wurmus2019-12-20
| | | | * gnu/packages/cran.scm (r-bdsmatrix): New variable.