aboutsummaryrefslogtreecommitdiff
path: root/tests/snix.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-28 12:13:45 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-28 12:24:25 +0100
commit9f1f22ee70bb961a21571c2adcac36f1b1fb156a (patch)
tree38fdb01dba19429eef93caed1864a09b3c0a473b /tests/snix.scm
parent337c3a1e6ce5abc0e6bc6b36b2f401beab1b7819 (diff)
downloadguix-9f1f22ee70bb961a21571c2adcac36f1b1fb156a.tar.gz
guix-9f1f22ee70bb961a21571c2adcac36f1b1fb156a.zip
gnu: python-pretend: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-pretend)[source]: Use PYPI-URI.
Diffstat (limited to 'tests/snix.scm')
0 files changed, 0 insertions, 0 deletions
975263270f5ac0050482ca6a5513'>installer: Move everything to the build side....* 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