aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/final.scm
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2024-10-08 14:39:47 +0200
committerLudovic Courtès <ludo@gnu.org>2024-10-16 19:08:29 +0200
commit0744f00e1319867bfccdc9d19cddd19ffba267c5 (patch)
treefa16440a789bedcd33f69df2da9e72d485b93810 /gnu/installer/newt/final.scm
parentf8777ceca52b5c66fba27718b3079ffd303d0680 (diff)
downloadguix-0744f00e1319867bfccdc9d19cddd19ffba267c5.tar.gz
guix-0744f00e1319867bfccdc9d19cddd19ffba267c5.zip
gnu: gtkwave: Update to 3.3.121.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.121. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/installer/newt/final.scm')
0 files changed, 0 insertions, 0 deletions
444d41963ba5bdd441123a6d2df17bd'>daemon: Map directly to gcrypt hash functions....* nix/libutil/hash.hh (HashType): Map directly to GCRY_MD_ values. (md5HashSize, sha1HashSize, sha256HashSize, sha512HashSize): Remove. * nix/libutil/hash.cc (Hash::Hash): Use 'gcry_md_get_algo_dlen'. Ludovic Courtès 2020-06-24nix: Tweak .gitignore files....Remove .gitignore entries where they match source files that are tracked in Git. This is relevant to me at least, as some code searching tools use .gitignore files and will ignore matched files. Christopher Baines 2020-03-26daemon: Avoid kill -1 bug on the Hurd....This allows for native builds on the Hurd, doing sudo ./pre-inst-env guix-daemon --disable-chroot --build-users-group=guixbuild & ./pre-inst-env guix build hello * nix/libutil/util.cc (killUser)[__GNU__]: Avoid kill -1 bug; kill only current process and ignore SIGKILL status in parent. Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org> Manolis Ragkousis