aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: igt-gpu-tools: Fetch from upstream git repository.Tobias Geerinckx-Rice2019-12-23
| | | | | * gnu/packages/admin.scm (igt-gpu-tools)[source]: Use GIT-FETCH and GIT-FILE-NAME. Fetch from the master repository, not the mirror.
* gnu: screenfetch: Update to 3.9.1.Tobias Geerinckx-Rice2019-12-23
| | | | * gnu/packages/admin.scm (screenfetch): Update to 3.9.1.
* gnu: nnn: Update to 2.8.1.Tobias Geerinckx-Rice2019-12-23
| | | | * gnu/packages/admin.scm (nnn): Update to 2.8.1.
* gnu: thermald: Update to 1.9.1.Tobias Geerinckx-Rice2019-12-23
| | | | * gnu/packages/admin.scm (thermald): Update to 1.9.1.
* gnu: fio: Update to 3.17.Tobias Geerinckx-Rice2019-12-23
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.17.
* gnu: acpica: Update to 20191213.Tobias Geerinckx-Rice2019-12-23
| | | | * gnu/packages/admin.scm (acpica): Update to 20191213.
* gnu: tophat: Build with GCC 5Mădălin Ionel Patrașcu2019-12-23
| | | | | | | | * gnu/packages/python-xyz.scm (tophat)[native-inputs]: Add gcc-5. (tophat)[inputs]: Reorder alphabetically the dependencies. (tophat)[home-page]: Swapp to https. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-next.Amin Bandali2019-12-23
| | | | | | | | | | | | | Add `emacs-next' for building latest Emacs from git. * gnu/packages/emacs.scm (emacs-next): New variable. (emacs): make the autoload deletion snippet not fail when eshell/esh-groups.el does not exist. This enables reuse of the entire snippet field of `emacs' for `emacs-next'. * gnu/packages/patches/emacs27-exec-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the above patch file to it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add sweeper.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde-utils.scm (sweeper): New variable.
* gnu: Add smb4k.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde-utils.scm (smb4k): New variable.
* gnu: Add rsibreak.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde-utils.scm (rsibreak): New variable.
* gnu: Add okteta.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde-utils.scm (okteta): New variable.
* gnu: Add krusader.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde-utils.scm (krusader): New variable.
* gnu: Add kronometer.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde-utils.scm (kronometer): New variable.
* gnu: Add kmouth.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde-utils.scm (kmouth): New variable.
* gnu: Add kmousetool.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde-utils.scm (kmousetool): New variable.
* gnu: Add kmag.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde-utils.scm (kmag): New variable.
* gnu: Add kate.Hartmut Goebel2019-12-23
| | | | | * gnu/packages/kde-utils.scm: New file. * gnu/local.mk (MODULES): Add it.
* gnu: Add zeroconf-ioslave.Hartmut Goebel2019-12-23
| | | | * gnu/packages/kde.scm (zeroconf-ioslave): New variable.
* gnu: Add grantleetheme.Hartmut Goebel2019-12-23
| | | | | | * gnu/packages/kde.scm (grantleetheme): New variable. * gnu/packages/patches/grantlee-merge-theme-dirs.patch: New file. * gnu:lokal.mk (DATA): Add it.
* gnu: ktouch: Use fixed qt-build-system.Hartmut Goebel2019-12-23
| | | | | | * gnu/packages/education.scm (ktouch)[arguments]<phases>: Use %standard-phases without explicitly referring to the qt-build-system module.
* gnu: kdeconnect: Use fixed qt-build-system.Hartmut Goebel2019-12-23
| | | | | | * gnu/packages/kde.scm (kdeconnect)[arguments]<phases>: Use %standard-phases without explicitly referring to the qt-build-system module.
* gnu: kdevelop: Use fixed qt-build-system.Hartmut Goebel2019-12-23
| | | | | | * gnu/packages/kde.scm (kdevelop)[arguments]<phases>: Use %standard-phases without explicitly referring to the qt-build-system module.
* gnu: sddm: Use fixed qt-build-system.Hartmut Goebel2019-12-23
| | | | | | * gnu/packages/display-managers.scm (sddm)[arguments]<phases>: Use %standard-phases without explicitly referring to the qt-build-system module.
* Revert "gnu: mumble: Actually modify qt-build-system."Hartmut Goebel2019-12-23
| | | | | | Now the qt-build-system is fixed, this is no longer necessary. This reverts commit a7a91c01c98499c8a1e44fadea1b8f70e91fc16f.
* build-system: qt: Adjust indentation.Hartmut Goebel2019-12-23
| | | | * guix/build-system/qt.scm (qt-build, qt-cross-build): Adjust indentation.
* build-system: qt: Actually use qt-build-system, not cmake-build-system.Hartmut Goebel2019-12-23
| | | | | | | | | | | When the qt-build-system was created, based on the cmake-build-system, some references to cmake have been missed to be changed. * guix/build-system/qt.scm (qt-build, qt-cross-build)[modules]: Use qt-build-system, not cmake-build-system. [builder]: Call qt-build, not cmake-build. Coauthored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nano: Update to 4.7.Efraim Flashner2019-12-23
| | | | * gnu/packages/nano.scm (nano): Update to 4.7.
* gnu: icecat: Fix linking with ffmpeg.Julien Lepiller2019-12-23
| | | | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments]: Add 'fix-ffmpeg-runtime-linker' phase. Co-authored-by: Mark H Weaver <mhw@netris.org>.
* bootloader: grub: Add firmware setup entry.Brice Waegeneire2019-12-23
| | | | | | | * gnu/bootloader/grub.scm (grub-configuration-file): Add 'Firmware setup' entry for EFI platform. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* 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>
* gexp: Add system and target support to gexp->file.Mathieu Othacehe2019-12-22
| | | | | | * guix/gexp.scm (gexp->file): Add system and target arguments and pass them to gexp->derivation and load-path-expression calls, (scheme-file-compiler): adapt accordingly to pass system and target arguments.
* 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.