aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-refresh.sh
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2023-08-12 02:33:49 +0200
committer宋文武 <iyzsong@member.fsf.org>2023-08-12 08:50:13 +0800
commit8eccb7b98e1d079b4748495fd4363423546f149b (patch)
tree04af19f60310a139fbbdad24feea8a0c3cdd95a5 /tests/guix-refresh.sh
parent770f3f587d35e32aba3c6cb0b606f2d2fe8d5ace (diff)
downloadguix-8eccb7b98e1d079b4748495fd4363423546f149b.tar.gz
guix-8eccb7b98e1d079b4748495fd4363423546f149b.zip
gnu: kio-extras: Add more inputs.
* gnu/packages/kde.scm (kio-extras)[inputs]: Add gperf, imath, kactivities, kactivities-stats, kbookmarks, kdsoap, libimobiledevice, libkexiv2, libmtp, libplist, libssh, libtirpc, openexr, phonon, samba, shared-mime-info, taglib and zlib. [native-inputs]: Add pkg-config. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'tests/guix-refresh.sh')
0 files changed, 0 insertions, 0 deletions
light'> * gnu/installer/utils.scm (run-external-command-with-handler, run-external-command-with-line-hooks): New variables. (run-command): Use run-external-command-with-line-hooks. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-02-02installer: Un-export syslog syntax.Josselin Poiret * gnu/installer/utils.scm (syslog): Remove export. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-02-02installer: Use new installer-log-line everywhere.Josselin Poiret * gnu/installer.scm (installer-program) * gnu/installer/final.scm (install-locale) * gnu/installer/newt.scm (init) * gnu/installer/newt/final.scm (run-final-page) * gnu/installer/newt/page.scm (run-form-with-clients) * gnu/installer/newt/partition.scm (run-partitioning-page) * gnu/installer/parted.scm (eligible-devices, mkpart, luks-format-and-open, luks-close, mount-user-partitions, umount-user-partitions, free-parted): * gnu/installer/steps.scm (run-installer-steps): * gnu/installer/utils.scm (run-command, send-to-clients): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-02-02installer: Generalize logging facility.Josselin Poiret * gnu/installer/utils.scm (%syslog-line-hook, open-new-log-port, installer-log-port, %installer-log-line-hook, %display-line-hook, %default-installer-line-hooks, installer-log-line): Add new variables. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-01-14installer: Do not set the locale in run-command.Mathieu Othacehe Installing the locale inside the container, once the cow-store is mounted, causes the process to keep opened locale files that can later prevent the cow-store umount. * gnu/installer/utils.scm (run-command): Remove locale argument. * gnu/installer/final.scm (install-system): Adapt it.