aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pep.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-05 08:49:57 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-05 09:12:48 +0200
commitac150da152244abb2e73a1349f136e993918afe8 (patch)
tree1f87f328b1f5fae58a053d6e62c55412e24efc46 /gnu/packages/pep.scm
parentf1635d65e720fbc3405a9e436d6cb6a6bbfc50c3 (diff)
downloadguix-ac150da152244abb2e73a1349f136e993918afe8.tar.gz
guix-ac150da152244abb2e73a1349f136e993918afe8.zip
gnu: r-linnorm: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-linnorm): Update to 2.16.0.
Diffstat (limited to 'gnu/packages/pep.scm')
0 files changed, 0 insertions, 0 deletions
.xxx" and being placed in the same filesystem path as "trytond.modules". The package "trytond.modules" is not a namespace module, anyhow trytond modules must be sub-modules of "trytond.modules". This works well if all packages are installed into the same filesystem path "…/trytond/modules": The Python importer will find all sub_modules at this place. Anyhow, in Guix, modules don't share the same filesystem path and the Python importer will not find them. Solution is to add all trytond module's locations to "trytond.modules._path__". This will make "trytond.module" behave much like a namespace module and the importer pick up the module. * gnu/packages/patches/trytond-add-egg-modules-to-path.patch: New file. * gnu/packages/tryton.scm (trytond): Use it. * gnu/local.mk (dist_patch_DATA): Add it Hartmut Goebel 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-11-21gnu: trytond: Avoid top-level references to other modules....This delays references to variables defined in other modules. * gnu/packages/tryton.scm (%standard-trytond-native-inputs): Turn into a thunk. Adjust users. Ludovic Courtès 2021-11-21gnu: trytond: Build against python-werkzeug 1.0....* gnu/packages/tryton.scm (trytond)[propagated-inputs]: Replace PYTHON-WERKZEUG by PYTHON-WERKZEUG-1.0. * gnu/packages/tryton.scm (%standard-trytond-native-inputs): Likewise. Ludovic Courtès