Commit graph

6 commits

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Tom Manner 40d50c27bc rapidcheck: unstable-2018-09-27 -> unstable-2020-12-19
Updated to point at a much newer version of the library.  Moving forward before was difficult because of a segfault introduced to rapidcheck when it's static library was optimized or stripped.  That was fixed by a commit on 19 December 2020.
2020-12-21 11:25:52 -05:00
Tom Manner 872cb2fc23
rapidcheck: refactor postInstall to install all extras (#106376)
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
2020-12-09 05:51:33 +01:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
William Casarin de2f79467d rapidcheck: init at unstable-2018-09-27
rapidcheck is a C++ property-based testing framework inspired by QuickCheck

Signed-off-by: William Casarin <jb55@jb55.com>
2018-10-08 11:00:17 -07:00