aboutsummaryrefslogtreecommitdiff
path: root/tests/processes.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-10 11:40:13 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:46 +0000
commit237cf5c231e0c2cc5d2b6a3f5ef96279b9e82002 (patch)
tree97d79d47ca4f60b44154f49f7f1cb0397a963638 /tests/processes.scm
parent737e09e4d24fecf623633b057ef59e4c4e2c4483 (diff)
downloadguix-237cf5c231e0c2cc5d2b6a3f5ef96279b9e82002.tar.gz
guix-237cf5c231e0c2cc5d2b6a3f5ef96279b9e82002.zip
gnu: Add python-comm.
* gnu/packages/jupyter.scm (python-comm): New variable. Change-Id: I888125238a566b470d4f5f96c5cc178f41a7a4ff
Diffstat (limited to 'tests/processes.scm')
0 files changed, 0 insertions, 0 deletions
>...* gnu/installer.scm: Rename to ... * gnu/installer/record.scm: ... this. * gnu/installer/build-installer.scm: Move everything to the build side and rename to gnu/installer.scm. * gnu/installer/newt.scm: Remove all the gexps and add depencies to newt modules as this code will only be used on the build side by now. * gnu/local.mk (GNU_SYSTEM_MODULES): Adapt it, (dist_installer_DATA): New rule to install installer's aux-files. * gnu/system/install.scm (%installation-services): Use only 'installer-program' from (gnu installer). The installer is now choosen on the build side. * guix/self.scm (*system-modules*): Restore previous behaviour and add all installer files to #:extra-files field of the scheme-node. * po/guix/POTFILES.in: Adapt it. Mathieu Othacehe