aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/services.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-06-28 08:42:21 +0100
committerChristopher Baines <mail@cbaines.net>2023-07-10 08:26:00 +0100
commitaf583ce504e089d7a64172b573e38c78ae563d23 (patch)
treeaae591935a27397be197fc6ccb974b2ef8dc38f5 /gnu/installer/newt/services.scm
parent158b3dc693c8991caac85945f861f74f47274e71 (diff)
downloadguix-af583ce504e089d7a64172b573e38c78ae563d23.tar.gz
guix-af583ce504e089d7a64172b573e38c78ae563d23.zip
gnu: ruby-railties: Fix build.
* gnu/packages/rails.scm (ruby-railties)[arguments]: Skip a few more tests.
Diffstat (limited to 'gnu/installer/newt/services.scm')
0 files changed, 0 insertions, 0 deletions
441123a6d2df17bd'>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