aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-04 00:12:46 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-10 21:39:28 +0200
commite9b86fa0f101536f620f1dc50bf414585823a8f6 (patch)
treee9467152b706f3c22d5d818f843be5188b8eab9f /guix.scm
parentec9d9325628e0df0a43045194d5e1fc8b17d5e44 (diff)
downloadguix-e9b86fa0f101536f620f1dc50bf414585823a8f6.tar.gz
guix-e9b86fa0f101536f620f1dc50bf414585823a8f6.zip
gnu: opam: Unbundle dependencies.
* gnu/packages/ocaml.scm (opam)[build-system]: Use ocaml-build-system. [source]: Use unbundled sources. [arguments]: Update. [inputs, native-inputs, propagated-inputs]: Add missing dependencies.
Diffstat (limited to 'guix.scm')
0 files changed, 0 insertions, 0 deletions
/commit/gnu/installer/record.scm?id=a49d633c0c65975263270f5ac0050482ca6a5513'>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