aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-plasma.scm
diff options
context:
space:
mode:
authorcage <cage-dev@twistfold.it>2023-11-19 14:59:35 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2023-11-20 14:48:44 +0100
commit9cb0b33771b38adef8bed627d72a5e31c738f25f (patch)
treeca0fdf6faaee883b620e6848a2753355cdbc7453 /gnu/packages/kde-plasma.scm
parent67a803f3effc2186db390d577ecc01b049b1017f (diff)
downloadguix-9cb0b33771b38adef8bed627d72a5e31c738f25f.tar.gz
guix-9cb0b33771b38adef8bed627d72a5e31c738f25f.zip
gnu: tinmop: Update to 0.9.9.1414213.
* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.1414213. [native-inputs]: Add tk. [inputs]: Add sbcl-flexi-streams, sbcl-nodgui and sbcl-yason. Change-Id: Icbd516612296ee447edf569756dc38914240ae3b Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/kde-plasma.scm')
0 files changed, 0 insertions, 0 deletions
nu.org/55324>. * nix/libstore/build.cc (DerivationGoal::runChild): Remove 'debug' statement corresponding to bind mounts. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2021-11-25daemon: Read substitute nar size as 'unsigned long long'.Ludovic Courtès Fixes <https://issues.guix.gnu.org/46212>. Reported by Christopher Baines <mail@cbaines.net>. Previously, the nar size returned by 'guix substitute' would be read as an 'int'; thus, values above 2^31 - 1 would be read and then stored as negative integers in the database. Regression introduced in 9dfa20a22ae0be3d3b01a7b3d422af97428c627e. * nix/libstore/build.cc (SubstitutionGoal::finished): Use templatized 'string2Int' instead of 'std::atoi' to get an 'unsigned long long', which is the type of 'hash.second'. * tests/store.scm ("substitute and large size"): New test.