summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: libraqm: Update to 0.7.2.Nicolas Goaziou2021-09-28
| | | | | | | | * gnu/packages/fontutils.scm (libraqm): Update to 0.7.2. [source]: Use git-fetch method. [build-system]: Switch to meson-build-system. [arguments]<#:phases>: Remove unnecessary (and unrecognized) configure flag per above.
* gnu: emacs-butler: Update to 0.2.6.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-butler): Update to 0.2.6.
* gnu: emacs-pubmed: Update to 0.5.2.Nicolas Goaziou2021-09-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.5.2.
* gnu: Add python-pymodbus.Maxim Cournoyer2021-09-28
| | | | * gnu/packages/python-xyz.scm (python-pymodbus): New variable.
* gnu: Add python-pyserial-asyncio.Maxim Cournoyer2021-09-28
| | | | * gnu/packages/python-xyz.scm (python-pyserial-asyncio): New variable.
* gnu: Add python-pytest-random-order.Maxim Cournoyer2021-09-27
| | | | * gnu/packages/check.scm (python-pytest-random-order): New variable.
* gnu: python-proto-match: Explicitly disable tests to fix build.Maxim Cournoyer2021-09-27
| | | | | | | I previously thought this unnecessary, but attempting to build the package suggests otherwise. * gnu/packages/python-xyz.scm (python-proto-matcher)[tests?]: Set to #f.
* gnu: ccache: Update to 4.4.1.Tobias Geerinckx-Rice2021-09-28
| | | | | | | | * gnu/packages/ccache.scm (ccache): Update to 4.4.1. [source]: Add patch. [arguments]: Remove explicit #t return values from phases. * gnu/packages/patches/ccache-fix-basedir-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: faudio: Update to 21.09.Tobias Geerinckx-Rice2021-09-28
| | | | * gnu/packages/audio.scm (faudio): Update to 21.09.
* gnu: detox: Update to 1.4.5.Tobias Geerinckx-Rice2021-09-28
| | | | * gnu/packages/admin.scm (detox): Update to 1.4.5.
* news: Add 'de' translation.Florian Pelz2021-09-27
| | | | * etc/news.scm: Add German translation of Guix Home entry.
* gnu: giac: Update to 1.7.0-33.Nicolas Goaziou2021-09-27
| | | | * gnu/packages/algebra.scm (giac): Update to 1.7.0-33.
* gnu: emacs-parseedn: Update to 1.0.0.Nicolas Goaziou2021-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.0.
* gnu: emacs-parseclj: Update to 1.0.0.Nicolas Goaziou2021-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.0.
* gnu: emacs-solaire-mode: Update to 2.0.3.Nicolas Goaziou2021-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.3.
* Merge branch 'wip-guix-home'Oleg Pykhalov2021-09-27
|\
| * news: Add entry about Guix Home.Andrew Tropin2021-09-27
| | | | | | | | | | | | * etc/news.scm: Add entry. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * doc: Add a note about Guix Home status.Andrew Tropin2021-09-27
| | | | | | | | | | | | * doc/guix.texi: Add a note about Guix Home status. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * guix: self: Add *home-modules*.Andrew Tropin2021-09-13
| | | | | | | | | | | | * guix/self.scm(*home-modules*): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: shepherd: Add missing exports.Andrew Tropin2021-09-13
| | | | | | | | | | | | * gnu/home-services/shepherd.scm: Add missing exports. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add Mcron.Andrew Tropin2021-09-13
| | | | | | | | | | | | | | | | * gnu/home-services/mcron.scm: New file. * gnu/local.mk: Add this. * doc/guix.texi: Add documentation about Mcron Home Service. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add Shepherd.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | | | * gnu/home-services/shepherd.scm: New file. * gnu/local.mk: Add this. * doc/guix.texi: Add documentation about Shepherd Home Service. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * doc: Add Guix Home documentation.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * doc/guix.texi: Add Guix Home documentation. * doc/he-config-bare-bones.scm: New file. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: run-on-change: Handle first generation case.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * gnu/home-services.scm (compute-on-change-gexp): Handle first generation case. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: configuration: Add generic-serialize-alist.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * gnu/home-services/configuration.scm (generic-serialize-alist, generic-serialize-alist-entry): New functions. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * scripts: home: Add import subcommand.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * guix/scripts/home/import.scm: New file. * Makefile.am (MODULES): Add it. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * scripts: Add 'guix home'.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * guix/scripts/home.scm: New file. * Makefile.am (MODULES): Add it. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * gnu: local.mk: Tabify.Oleg Pykhalov2021-09-09
| | | | | | | | * gnu/local.mk (GNU_SYSTEM_MODULES): Normalize to tabs.
| * gnu: home: Add doc comment about the module.Andrew Tropin2021-09-09
| | | | | | | | Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: activation: Add support for multiline env vars.Andrew Tropin2021-09-09
| | | | | | | | Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: symlink-manager: Properly handle 1st generation case.Andrew Tropin2021-09-09
| | | | | | | | Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add utils module.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | | | * gnu/home-services/utils.scm (maybe-object->string object->snake-case-string) (object->snake-case-string): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/utils.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home: Add home-environment.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | | | | | | | | | * gnu/home.scm (home-environment, home-environment?, this-home-environment) (home-environment-derivation, home-environment-user-services) (home-environment-essential-services, home-environment-services) (home-environment-location, home-environment-with-provenance): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add xdg.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/home-services/xdg.scm (home-xdg-base-directories-service-type) (home-xdg-base-directories-configuration) (home-xdg-base-directories-configuration?) (home-xdg-user-directories-service-type) (home-xdg-user-directories-configuration) (home-xdg-user-directories-configuration?) (xdg-desktop-action, xdg-desktop-entry) (home-xdg-mime-applications-service-type) (home-xdg-mime-applications-configuration): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/xdg.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add shells.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/home-services/shells.scm (home-shell-profile-service-type, home-shell-profile-configuration) (home-bash-service-type, home-bash-configuration, home-bash-extension) (home-zsh-service-type, home-zsh-configuration, home-zsh-extension) (home-fish-service-type, home-fish-configuration, home-fish-extension): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/shells.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add helper functions for service configurations.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * gnu/home-services/configuration.scm (helper functions): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/configuration.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add fontutils.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | | | * gnu/home-services/fontutils.scm (home-fontconfig-service-type): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/fontutils.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add symlink-manager.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * gnu/home-services/symlink-manager.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/symlink-manager.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add fold-home-service-types function.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | | | * gnu/home-services.scm (parent-directory, %guix-home-root-directory, %service-type-path, all-home-service-modules, fold-home-service-types): New variables. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add home-provenance-service-type.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | * gnu/home-services.scm (home-provenance-service-type, sexp->home-provenance, home-provenance): New variables. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add home-run-on-change-service-type.Andrew Tropin2021-09-09
| | | | | | | | | | | | * gnu/home-services.scm (home-run-on-change-service-type): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * home-services: Add most essential home services.Andrew Tropin2021-09-09
| | | | | | | | | | | | | | | | | | | | * gnu/home-services.scm (home-service-type, home-profile-service-type) (home-environment-variables-service-type, home-files-service-type) (home-run-on-first-login-service-type, home-activation-service-type): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* | gnu: tla2tools: Build from a known commit.Tobias Geerinckx-Rice2021-09-27
| | | | | | | | | | | | | | Reported by Andrew Patterson <andrewpatt7@gmail.com>. * gnu/packages/java.scm (tla2tools)[version, source]: Use a commit (and GIT-VERSION) instead of a tag.
* | gnu: cl-funds: Update to 1-2.39d4258.Charles via Guix-patches via2021-09-27
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-funds): Update to 1-2.39d4258. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | import: stackage: Don’t try to update packages not available on Stackage.Xinglu Chen2021-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the ‘hackage-package?’ predicate was used which meant that the updater would try to update non-Stackage packages, and lead to messages like these: $ guix refresh -t stackage warning: failed to parse https://hackage.haskell.org/package/hurl/hurl.cabal warning: failed to parse https://hackage.haskell.org/package/idris/idris.cabal Since ‘hurl’ and ‘idris’ aren’t available on the current Stackage LTS release, they should be filtered out before the Stackage updater even tries to update them. * stackage.scm (stackage-package?): New procedure. (%stackage-updater): Use it. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* | gnu: python-graphql-relay: Update to 3.1.0.Efraim Flashner2021-09-27
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-graphql-relay): Update to 3.1.0. [propagated-inputs]: Remove python-promise and python-six.
* | gnu: Add python-pytest-assume.Maxim Cournoyer2021-09-26
| | | | | | | | * gnu/packages/check.scm (python-pytest-assume): New variable.
* | gnu: linux-libre 4.4: Update to 4.4.285.Leo Famulari2021-09-26
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.285. (linux-libre-4.4-pristine-source): Update hash.
* | gnu: linux-libre 4.9: Update to 4.9.284.Leo Famulari2021-09-26
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.284. (linux-libre-4.9-pristine-source): Update hash.
* | gnu: linux-libre 4.14: Update to 4.14.248.Leo Famulari2021-09-26
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.248. (linux-libre-4.14-pristine-source): Update hash.