about summary refs log tree commit diff
path: root/pkgs/development/libraries/kyotocabinet
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-04-19kyotocabinet: 1.2.79 -> 1.2.80R. Ryantm1-2/+2
2021-06-16kyotocabinet: 1.2.76 -> 1.2.79 (#126836)Ricardo M. Correia1-11/+6
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+0
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-11-24Treewide: use https for src.fedoraproject.orgc0bw3b1-1/+1
2018-02-08treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/Dan Peebles1-1/+1
Upstream killed the pkgs server but src continues to serve up the exact same content, so we can just point there and all hashes should be unchanged.
2017-09-12kyotocabinet: fix darwin buildDaiderd Jordan1-1/+5
2017-08-20kyotocabinet: fixup build with gcc6 by a Fedora patchVladimír Čunát1-0/+6
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2015-07-23make changes needed to build mongodbJude Taylor1-0/+12
2014-11-14kyotocabinet: Add derivationWilliam A. Kennington III1-0/+20