summary refs log tree commit diff
path: root/pkgs/development/libraries/botan/generic.nix
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* botan: Broken on aarch64Tuomas Tynkkynen2017-06-11
| | | | https://nix-cache.s3.amazonaws.com/log/2vjsb2fs5z9nkr4h4sjwvgy0vflbq4hg-botan-1.10.15.drv
* botan: fix macOS buildMatthew Bauer2017-04-08
|
* treewide: fix #include errors after gcc-5.4Vladimír Čunát2016-06-19
| | | | They were mostly missing <cmath> or <math.h>.
* botanUnstable: fix installation (ZHF)Luca Bruno2015-07-09
|
* botan: fix buildPascal Wittmann2015-07-02
|
* botan: clang fixSpencer Whitt2015-05-15
|
* Update Botan unstable and fix source linkMichael Raskin2015-03-17
|
* Update botan unstableMichael Raskin2015-03-09
|
* Fix the download link --- reported by Karn KallioMichael Raskin2015-01-09
|
* Update botan and fix the buildMichael Raskin2015-01-06
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* botan: Refactor into generic builderWilliam A. Kennington III2014-11-02