aboutsummaryrefslogtreecommitdiff
path: root/build-aux/xgettext.scm
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2024-07-31 20:57:12 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-09-12 17:11:47 +0900
commit51ba1e375e54c67bfdd3d25f5eea186eacaf72e8 (patch)
tree8445ba290992efdb7859e3a0740ee34c5dcecb88 /build-aux/xgettext.scm
parent86690427b68202ba265b1d25ddecbcd2a2e1d0e6 (diff)
downloadguix-51ba1e375e54c67bfdd3d25f5eea186eacaf72e8.tar.gz
guix-51ba1e375e54c67bfdd3d25f5eea186eacaf72e8.zip
gnu: kdsingleapplication: Improve package.
* gnu/packages/qt.scm (kdsingleapplication)[arguments]: Use ON instead of true for cmake #:configure-flags. [license]: Note files covered by each license. Change-Id: Ia10b43e881e457bb80f0b773a3a64a40a1d8becb Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'build-aux/xgettext.scm')
0 files changed, 0 insertions, 0 deletions
sg-avail'>...Fixes <https://bugs.gnu.org/41791>. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. This change mirrors changes made in the Shepherd 0.8.1, where signals are blocked in the shepherd process in support of 'signalfd'. The regression was introduced with the switch to 0.8.1 in 3f9c62d1a8b345909adaeb22f454ad22554c55a1: child processes would not receive SIGTERM upon 'herd stop SERVICE'. * gnu/build/shepherd.scm <top level>: Autoload (shepherd system). (make-forkexec-constructor/container): Call call to 'sigaction' and 'unblock-signals'. Ludovic Courtès