aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/simulation.scm
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2023-05-22 11:04:12 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2023-07-13 18:20:01 +0200
commit85ebfcf4ffe5dda6f1eceb00b6afdac3239c0a31 (patch)
treeded825a52e2e5cebe3f7a013b086024d03d24825 /gnu/packages/simulation.scm
parentff208b4b629a15ce0b72555db1cda9fcb7eec1c9 (diff)
downloadguix-85ebfcf4ffe5dda6f1eceb00b6afdac3239c0a31.tar.gz
guix-85ebfcf4ffe5dda6f1eceb00b6afdac3239c0a31.zip
gnu: glibc/hurd-headers: Properly cross-build.
* gnu/packages/base.scm (glibc/hurd-headers): Rely on cross-mig, and remove hardcoded configure flag `--host=i586-pc-gnu`. * gnu/packages/cross-base.scm (cross-kernel-headers*): Add `--host` and `--build` configure flags.
Diffstat (limited to 'gnu/packages/simulation.scm')
0 files changed, 0 insertions, 0 deletions
e-hook'. (%syslog-line-hook): Add "\n" when LINE doesn't end in \n. (%installer-log-line-hook): Do not add an extra newline. (installer-log-line): Add an extra newline. Ludovic Courtès 2022-10-20installer: Run the "guix system init" command in a PTY....Fixes: <https://issues.guix.gnu.org/55360> * gnu/installer/utils.scm (run-external-command-with-handler/tty): New procedure. (run-external-command-with-line-hooks, run-command): Add a TTY? argument. * gnu/installer/final.scm (install-system): Call run-command with TTY? argument set to #true. Mathieu Othacehe 2022-09-22installer: Move <secret> to utils and use it for crypt passwords....* gnu/installer/user.scm (<secret>, secret?, make-secret, secret-content): Move to utils.scm. * gnu/installer/utils.scm (<secret>, secret?, make-secret, secret-content): Moved from user.scm. * gnu/installer/newt/partition.scm (prompt-luks-passwords): Make password a <secret>. * gnu/installer/parted.scm (luks-format-and-open): Unwrap secret. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret