summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lint: Add '--load-path' option.zimoun2019-12-08
| | | | | | | | * guix/scripts/lint.scm (%options): Add '--load-path' option. * doc/guix.texi: Document it. * tests/guix-lint.sh: Test it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gedit: Build sequentially.Ludovic Courtès2019-12-08
| | | | * gnu/packages/gnome.scm (gedit)[arguments]: Pass #:parallel-build?.
* gnu: wireshark: Update to 3.0.7.Nicolas Goaziou2019-12-08
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.0.7.
* gnu: youtube-dl: Update to 2019.11.28.Julien Lepiller2019-12-08
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2019.11.28.
* doc: Mention how to simulate a `guix pull' before submitting patches.Pierre Neidhardt2019-12-08
| | | | | * doc/contributing.texi (Submitting Patches): Mention the dummy guix pull command in the check list.
* doc: Mention how to rebuild guix before submitting patches.Pierre Neidhardt2019-12-08
| | | | | * doc/contributing.texi (Submitting Patches): Mention rebuild command in the check list.
* gnu: emacs-dired-sidebar: Update to 0.1.0-1.21ccb67.Ricardo Wurmus2019-12-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-dired-sidebar): Update to 0.1.0-1.21ccb67.
* gnu: emacs-tramp-auto-auth: Remove duplicate recipe.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): Remove duplicate recipe.
* gnu: docker-cli: Install shell completion.Oleg Pykhalov2019-12-08
| | | | * gnu/packages/docker.scm (docker-cli)[arguments]: Install shell completion.
* gnu: emacs-tramp-auto-auth: Fix synopsis and description.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): Fix synopsis and description.
* gnu: Add emacs-psession.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-psession): New variable.
* gnu: Add emacs-tramp-auto-auth.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): New variable.
* gnu: Add emacs-helm-linux-disks.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-linux-disks): New variable.
* gnu: Add emacs-isearch-dabbrev.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-isearch-dabbrev): New variable.
* gnu: Add emacs-esh-help.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-esh-help): New variable.
* gnu: Add emacs-helm-lacarte.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-lacarte): New variable.
* gnu: Add emacs-shackle.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-shackle): New variable.
* gnu: Add emacs-ivy-omni-org.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-omni-org): New variable.
* gnu: Add emacs-blackout.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-blackout): New variable.
* gnu: Add emacs-repl-toggle.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-repl-toggle): New variable.
* gnu: Add emacs-fullframe.Brian Leung2019-12-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-fullframe): New variable.
* emacs-build-system: Move the source directory to the start of EMACSLOADPATH.Maxim Cournoyer2019-12-08
| | | | | | | | | Fixes issue #38479 (see: https://bugs.gnu.org/38479). * guix/build/emacs-build-system.scm (add-source-to-load-path): Move the source directory to the start of the EMACSLOADPATH environment variable. Reported-by: Diego Nicola Barbato <dnbarbato@posteo.de>
* emacs-build-system: Make the order of the phases more clear.Maxim Cournoyer2019-12-08
| | | | | * guix/build/emacs-build-system.scm (%standard-phases): Re-arrange to explicit the ordering of phases.
* gnu: guile-next: Update to 2.9.6.Ludovic Courtès2019-12-08
| | | | * gnu/packages/guile.scm (guile-next): Update to 2.9.6.
* services: mcron: Add description.Robert Vollmert2019-12-08
| | | | | | * gnu/services/mcron.scm (mcron-service-type): Add description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: glusterfs: Update to 7.0Andrew Miloradovsky2019-12-08
| | | | | | | | | | | | | | | * gnu/packages/file-systems.scm (glusterfs): Update to 7.0. [source]: Update URL. [arguments]: Add "PYTHON=" and"--enable-cmocka" configure flags. Remove 'replace-config.sub and 'fix-lex phases. Add 'autogen. [native-inputs]: Add libtirpc, rpcsvc-proto, autoconf, automake, and libtool. [inputs]: Add fuse, libaio, and rdma-core. Remove lvm2 and sqlite. * gnu/packages/patches/glusterfs-use-PATH-instead-of-hardcodes.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* machine: Remove unnecessary record self-referencing bindings.Ludovic Courtès2019-12-08
| | | | | | | | | 'this-machine' and 'this-machine-ssh-configuration' were useless given that there are no thunked fields. * gnu/machine.scm (<machine>)[this-machine]: Remove. * gnu/machine/ssh.scm (<machine-ssh-configuration>) [this-machine-ssh-configuration]: Remove.
* gnu: tcc-boot0: Add ftp.gnu.org URL for the source tarball.Ludovic Courtès2019-12-08
| | | | | | | The generated source tarball from gitlab.com is now mirrored at ftp.gnu.org to ensure that it remains available, unchanged. * gnu/packages/commencement.scm (tcc-boot0)[source]: Add "mirror://gnu" URL.
* gnu: musescore: Update to 3.3.4.Nicolas Goaziou2019-12-07
| | | | * gnu/packages/music.scm (musescore): Update to 3.3.4.
* build-system: qt: Fix output missing in wrapped variables.Hartmut Goebel2019-12-07
| | | | | * guix/build/qt-build-system .scm (handle-output): Use directory of output, not its name.
* gnu: baloo: Blacklist some failing tests.Hartmut Goebel2019-12-07
| | | | | * gnu/packages/kde-frameworks.scm (baloo)[arguments]<phases> {check-setup}: Add creating a BLACKLIST file.
* gnu: modem-manager: Update to 1.10.8.Kei Kebreau2019-12-07
| | | | * gnu/packages/freedesktop.scm (modem-manager): Update to 1.10.8.
* gnu: network-manager: Update to 1.18.4.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (network-manager): Update to 1.18.4.
* gnu: python-pyatspi: Update to 2.34.0.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (python-pyatspi): Update to 2.34.0.
* gnu: nautilus: Update to 3.32.3.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (nautilus): Update to 3.32.3.
* gnu: pipewire: Update to 0.2.7.Kei Kebreau2019-12-07
| | | | * gnu/packages/linux.scm (pipewire): Update to 0.2.7.
* gnu: grilo: Update to 0.3.10.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (grilo): Update to 0.3.10.
* gnu: python-dbusmock: Update to 0.18.3.Kei Kebreau2019-12-07
| | | | | * gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.18.3. [arguments]: Update phases accordingly.
* gnu: gnome-online-accounts: Update to 3.32.1.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.32.1.
* gnu: file-roller: Update to 3.32.2.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (file-roller): Update to 3.32.2.
* gnu: epiphany: Update to 3.32.5.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (epiphany): Update to 3.32.5.
* gnu: gnome-session: Update to 3.32.0.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (gnome-session): Update to 3.32.0.
* gnu: yelp: Update to 3.32.2.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (yelp): Update to 3.32.2.
* gnu: seahorse: Update to 3.32.2.Kei Kebreau2019-12-07
| | | | | * gnu/packages/gnome.scm (seahorse): Update to 3.32.2. [arguments]: Set #:glib-or-gtk? flag.
* gnu: quadrapassel: Update to 3.32.0.Kei Kebreau2019-12-07
| | | | | | * gnu/packages/games.scm (quadrapassel): Update to 3.32.0. [build-system]: Use meson-build-system. [arguments]: Set glib-or-gtk? flag and add 'skip-gtk-update-icon-cache' phase.
* gnu: gnome-maps: Update to 3.32.2.1.Kei Kebreau2019-12-07
| | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.32.2.1.
* gnu: gnome-klotski: Update to 3.32.0.Kei Kebreau2019-12-07
| | | | | | | * gnu/packages/gnome.scm (gnome-klotski): Update to 3.32.0. [build-system]: Use meson-build-system. [arguments]: Set glib-or-gtk? flag and add 'skip-gtk-update-icon-cache' phase. [native-inputs]: Add glib:bin and vala.
* gnu: ghex: Update to 3.18.4.Kei Kebreau2019-12-07
| | | | | | | * gnu/packages/gnome.scm (ghex): Update to 3.18.4. [build-system]: Use meson-build-system. [arguments]: Set glib-or-gtk? flag and add 'skip-gtk-update-icon-cache' phase. [native-inputs]: Add glib:bin.
* gnu: network-manager: Update to 1.18.2.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (network-manager): Update to 1.18.2.
* gnu: gnome-shell: Update to 3.32.2.Kei Kebreau2019-12-07
| | | | * gnu/packages/gnome.scm (gnome-shell): Update to 3.32.2.