aboutsummaryrefslogtreecommitdiff
path: root/gnu/machine
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-12-31 22:58:00 +0100
committerMarius Bakke <marius@gnu.org>2023-01-03 15:33:13 +0100
commit3eec6dd2155cc15002d393c04c12786829de095a (patch)
tree44edf1066e1728edefc8c2557f8e387f1fdc8997 /gnu/machine
parentcdf98d19da9b70a43ae298d31f79d0eba003844b (diff)
downloadguix-3eec6dd2155cc15002d393c04c12786829de095a.tar.gz
guix-3eec6dd2155cc15002d393c04c12786829de095a.zip
gnu: frescobaldi: Don't depend on QtWebKit.
* gnu/packages/music.scm (frescobaldi)[inputs]: Change from PYTHON-PYQT to PYTHON-PYQT-WITHOUT-QTWEBKIT.
Diffstat (limited to 'gnu/machine')
0 files changed, 0 insertions, 0 deletions
-page]: New field. * gnu/installer/steps.scm (%current-result): New variable. (run-installer-steps): Update it. * gnu/installer.scm (installer-program): Add tar and gip to the installer path. Add guile-webutils and gnutls to the Guile extensions. Generate and send the crash dump report. * gnu/installer/newt.scm (exit-error): Add a report argument. Display the report id. (dump-page): New procedure. (newt-installer): Update it. Mathieu Othacehe