aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorMadalin Ionel-Patrascu <madalinionel.patrascu@mdc-berlin.de>2018-07-24 14:01:13 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-08-16 17:04:10 +0200
commite7448859cec690e73bc67c82e37465dc101eea25 (patch)
tree0300dac70c9e46a826b7753addfb1499505de071 /gnu/packages/debug.scm
parent9c33229452f7ce0d83a11bc272e10e33a0a11cc5 (diff)
downloadguix-e7448859cec690e73bc67c82e37465dc101eea25.tar.gz
guix-e7448859cec690e73bc67c82e37465dc101eea25.zip
gnu: Add nudoku.
* gnu/packages/games.scm (nudoku): New variable. Signed-off-by: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Diffstat (limited to 'gnu/packages/debug.scm')
0 files changed, 0 insertions, 0 deletions
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