summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libmhash (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-2/+1
* treewide: Add lots of meta.platforms•••Build-tested on x86_64 Linux & Mac. Tuomas Tynkkynen2016-08-021-0/+1
* treewide: Move some meta sections to end-of-file•••That seems to be the overwhelming convention. Tuomas Tynkkynen2016-08-021-13/+13
* Enable building of static libraries so that urweb can build statically•••linked binaries. svn path=/nixpkgs/trunk/; revision=24692 Peter Simons2010-11-151-0/+2
* Patch libmhash to correct autotools config.h collision.•••The autotools build was passing package generic parameters via config.h in such a way as to generate name collisions with other autotool packages using libmhash. svn path=/nixpkgs/trunk/; revision=23380 Peter Simons2010-08-242-0/+82
* Add libmhash, a cryptographic hash library.•••Add Nix expression to package libmhash, a library providing a collection of cryptographic hash algorithms. svn path=/nixpkgs/trunk/; revision=23379 Peter Simons2010-08-241-0/+22