aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libmhash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-2/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* treewide: Move some meta sections to end-of-fileTuomas Tynkkynen2016-08-021-13/+13
| | | | That seems to be the overwhelming convention.
* Enable building of static libraries so that urweb can build staticallyPeter Simons2010-11-151-0/+2
| | | | | | linked binaries. svn path=/nixpkgs/trunk/; revision=24692
* Patch libmhash to correct autotools config.h collision.Peter Simons2010-08-242-0/+82
| | | | | | | | 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
* Add libmhash, a cryptographic hash library.Peter Simons2010-08-241-0/+22
Add Nix expression to package libmhash, a library providing a collection of cryptographic hash algorithms. svn path=/nixpkgs/trunk/; revision=23379