summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* 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.
* 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
|\
| * 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>
| * 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>
| * 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>
* | 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.
* | gnu: linux-libre 4.19: Update to 4.19.208.Leo Famulari2021-09-26
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.208. (linux-libre-4.19-pristine-source): Update hash.
* | gnu: linux-libre 5.4: Update to 5.4.149.Leo Famulari2021-09-26
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.149. (linux-libre-5.4-pristine-source): Update hash.
* | gnu: linux-libre 5.10: Update to 5.10.69.Leo Famulari2021-09-26
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.69. (linux-libre-5.10-pristine-source): Update hash.
* | gnu: linux-libre: Update to 5.14.8.Leo Famulari2021-09-26
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.8. (linux-libre-5.14-pristine-source): Update hash.
* | gnu: Add python-proto-matcher.Maxim Cournoyer2021-09-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-proto-matcher): New variable.
* | gnu: python-pyhamcrest: Update to 2.0.2.Maxim Cournoyer2021-09-26
| | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-pyhamcrest): Update to 2.0.2. [origin]: Use latest tagged release. Reword comment. [native-inputs]: Remove all but the python-pytest input. [propagated-inputs]: Delete field. [phases]{check}: Augment PYTHONPATH via the add-installed-pythonpath procedure.
* | gnu: python2-pyhamcrest: Remove package.Maxim Cournoyer2021-09-26
| | | | | | | | * gnu/packages/check.scm (python2-pyhamcrest): Delete variable.
* | gnu: python2-twisted: Remove package.Maxim Cournoyer2021-09-26
| | | | | | | | * gnu/packages/python-xyz.scm (python2-twisted): Delete variable.
* | gnu: python2-swagger-spec-validator: Remove package.Maxim Cournoyer2021-09-26
| | | | | | | | | | * gnu/packages/python-xyz.scm (python2-swagger-spec-validator): Delete variable.
* | gnu: python2-jsonschema: Remove package.Maxim Cournoyer2021-09-26
| | | | | | | | | | * gnu/packages/python-xyz.scm (python2-jsonschema): Delete variable. (python-jsonschema)[properties]: Delete field.
* | gnu: python2-whisper: Remove package.Maxim Cournoyer2021-09-26
| | | | | | | | * gnu/packages/monitoring.scm (python2-whisper): Delete variable.
* | gnu: python2-txamqp: Remove package.Maxim Cournoyer2021-09-26
| | | | | | | | * gnu/packages/python-xyz.scm (python2-txamqp): Delete variable.
* | gnu: python-carbon: Update to 1.1.8 and rename from python2-carbon.Maxim Cournoyer2021-09-26
| | | | | | | | | | | | | | | | | | * gnu/packages/monitoring.scm (python2-carbon): Rename to... (python-carbon): ... this. Update to 1.1.8. [arguments]{python}: Remove argument. [propagated-inputs]{python2-configparser}: Remove input. {python-urllib3, python-cachetools}: Add inputs. {python2-whisper, python2-txamqp}: Upgrade to their Python 3 variants.
* | gnu: bcachefs-tools: Update to 0.1-10.d214908.Tobias Geerinckx-Rice2021-09-27
| | | | | | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-10.d214908.