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
Dmitry Kalinkin
af86bf34ff
rapidjson: fix build on darwin
...
Disables -Werror
Alternatively one could use
NIX_CFLAGS_COMPILE = [
"-Wno-error=implicit-fallthrough"
"-Wno-error=zero-as-null-pointer-constant"
"-Wno-error=shadow"
];
2018-04-03 16:04:02 -04:00
xeji
81776365f4
rapidjson: fix gcc7 compile error
2018-03-08 11:42:30 +01:00
Charles Strahan
4fcc6da889
rapidjson: init at 1.1.0
...
A fast JSON parser/generator for C++ with both SAX/DOM style API.
See: http://rapidjson.org/
2017-08-03 00:38:33 -04:00