summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: sbcl-png: Fix compiling with sbcl >= 2.1.6.•••* gnu/packages/patches/sbcl-png-fix-sbcl-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lisp-xyz.scm (sbcl-png)[source]: Use it. Guillaume Le Vaillant2021-09-283-1/+64
* gnu: sbcl: Update to 2.1.9.•••* gnu/packages/lisp.scm (sbcl): Update to 2.1.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles2021-09-281-2/+3
* gnu: cl-esrap: Update to 0.18-2.866f28f.•••* gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-2.866f28f. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles2021-09-281-4/+6
* gnu: libraqm: Update to 0.7.2.•••* 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. Nicolas Goaziou2021-09-281-9/+8
* gnu: emacs-butler: Update to 0.2.6.•••* gnu/packages/emacs-xyz.scm (emacs-butler): Update to 0.2.6. Nicolas Goaziou2021-09-281-2/+2
* gnu: emacs-pubmed: Update to 0.5.2.•••* gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.5.2. Nicolas Goaziou2021-09-281-2/+2
* gnu: Add python-pymodbus.•••* gnu/packages/python-xyz.scm (python-pymodbus): New variable. Maxim Cournoyer2021-09-281-0/+68
* gnu: Add python-pyserial-asyncio.•••* gnu/packages/python-xyz.scm (python-pyserial-asyncio): New variable. Maxim Cournoyer2021-09-281-0/+18
* gnu: Add python-pytest-random-order.•••* gnu/packages/check.scm (python-pytest-random-order): New variable. Maxim Cournoyer2021-09-271-0/+30
* gnu: python-proto-match: Explicitly disable tests to fix build.•••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. Maxim Cournoyer2021-09-271-0/+2
* gnu: ccache: Update to 4.4.1.•••* 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. Tobias Geerinckx-Rice2021-09-283-8/+34
* gnu: faudio: Update to 21.09.•••* gnu/packages/audio.scm (faudio): Update to 21.09. Tobias Geerinckx-Rice2021-09-281-2/+2
* gnu: detox: Update to 1.4.5.•••* gnu/packages/admin.scm (detox): Update to 1.4.5. Tobias Geerinckx-Rice2021-09-281-2/+2
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of Guix Home entry. Florian Pelz2021-09-271-0/+14
* gnu: giac: Update to 1.7.0-33.•••* gnu/packages/algebra.scm (giac): Update to 1.7.0-33. Nicolas Goaziou2021-09-271-2/+2
* gnu: emacs-parseedn: Update to 1.0.0.•••* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.0. Nicolas Goaziou2021-09-271-2/+2
* gnu: emacs-parseclj: Update to 1.0.0.•••* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.0. Nicolas Goaziou2021-09-271-2/+2
* gnu: emacs-solaire-mode: Update to 2.0.3.•••* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.3. Nicolas Goaziou2021-09-271-2/+2
* Merge branch 'wip-guix-home'Oleg Pykhalov2021-09-2718-4/+4053
|\
| * news: Add entry about Guix Home.•••* etc/news.scm: Add entry. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-271-0/+30
| * doc: Add a note about Guix Home status.•••* doc/guix.texi: Add a note about Guix Home status. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-271-0/+6
| * guix: self: Add *home-modules*.•••* guix/self.scm(*home-modules*): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-131-1/+12
| * home-services: shepherd: Add missing exports.•••* gnu/home-services/shepherd.scm: Add missing exports. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-131-0/+2
| * home-services: Add Mcron.•••* 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> Andrew Tropin2021-09-133-4/+151
| * home-services: Add Shepherd.•••* 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> Andrew Tropin2021-09-093-1/+164
| * doc: Add Guix Home documentation.•••* doc/guix.texi: Add Guix Home documentation. * doc/he-config-bare-bones.scm: New file. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-092-0/+689
| * home-services: run-on-change: Handle first generation case.•••* gnu/home-services.scm (compute-on-change-gexp): Handle first generation case. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-091-2/+6
| * home-services: configuration: Add generic-serialize-alist.•••* gnu/home-services/configuration.scm (generic-serialize-alist, generic-serialize-alist-entry): New functions. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-091-1/+27
| * scripts: home: Add import subcommand.•••* guix/scripts/home/import.scm: New file. * Makefile.am (MODULES): Add it. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-093-1/+243
| * scripts: Add 'guix home'.•••* guix/scripts/home.scm: New file. * Makefile.am (MODULES): Add it. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-092-0/+514
| * gnu: local.mk: Tabify.•••* gnu/local.mk (GNU_SYSTEM_MODULES): Normalize to tabs. Oleg Pykhalov2021-09-091-8/+8
| * gnu: home: Add doc comment about the module.•••Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-091-0/+8
| * home-services: activation: Add support for multiline env vars.•••Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-091-2/+2
| * home-services: symlink-manager: Properly handle 1st generation case.•••Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-091-1/+1
| * home-services: Add utils module.•••* 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> Andrew Tropin2021-09-093-0/+79
| * home: Add home-environment.•••* 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> Andrew Tropin2021-09-092-0/+99
| * home-services: Add xdg.•••* 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> Andrew Tropin2021-09-092-0/+477
| * home-services: Add shells.•••* 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> Andrew Tropin2021-09-092-0/+634
| * home-services: Add helper functions for service configurations.•••* 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> Andrew Tropin2021-09-092-0/+82
| * home-services: Add fontutils.•••* 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> Andrew Tropin2021-09-092-0/+66
| * home-services: Add symlink-manager.•••* 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> Andrew Tropin2021-09-092-0/+248
| * home-services: Add fold-home-service-types function.•••* 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> Andrew Tropin2021-09-091-0/+26
| * home-services: Add home-provenance-service-type.•••* gnu/home-services.scm (home-provenance-service-type, sexp->home-provenance, home-provenance): New variables. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-091-1/+26
| * home-services: Add home-run-on-change-service-type.•••* gnu/home-services.scm (home-run-on-change-service-type): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin2021-09-091-1/+102
| * home-services: Add most essential home services.•••* 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> Andrew Tropin2021-09-092-0/+370
* | gnu: tla2tools: Build from a known commit.•••Reported by Andrew Patterson <andrewpatt7@gmail.com>. * gnu/packages/java.scm (tla2tools)[version, source]: Use a commit (and GIT-VERSION) instead of a tag. Tobias Geerinckx-Rice2021-09-271-8/+13
* | gnu: cl-funds: Update to 1-2.39d4258.•••* gnu/packages/lisp-xyz.scm (sbcl-funds): Update to 1-2.39d4258. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles via Guix-patches via2021-09-271-3/+3
* | import: stackage: Don’t try to update packages not available on Stackage.•••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> Xinglu Chen2021-09-271-1/+16
* | gnu: python-graphql-relay: Update to 3.1.0.•••* gnu/packages/python-xyz.scm (python-graphql-relay): Update to 3.1.0. [propagated-inputs]: Remove python-promise and python-six. Efraim Flashner2021-09-271-5/+3
* | gnu: Add python-pytest-assume.•••* gnu/packages/check.scm (python-pytest-assume): New variable. Maxim Cournoyer2021-09-261-1/+34