spdlog: 1.3.1 -> 1.4.2 (#71876)
* spdlog: 1.3.1 -> 1.4.2 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/spdlog/versions * spdlog: actually disable example build
This commit is contained in:
parent
c98a006c7e
commit
719313b2a2
@ -3,7 +3,7 @@
|
|||||||
let
|
let
|
||||||
generic = { version, sha256 }:
|
generic = { version, sha256 }:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "spdlog-${version}";
|
pname = "spdlog";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -15,7 +15,7 @@ let
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
cmakeFlags = [ "-DSPDLOG_BUILD_EXAMPLES=OFF" "-DSPDLOG_BUILD_BENCH=OFF" ];
|
cmakeFlags = [ "-DSPDLOG_BUILD_EXAMPLE=OFF" "-DSPDLOG_BUILD_BENCH=OFF" ];
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "doc" ];
|
||||||
|
|
||||||
@ -25,8 +25,8 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Very fast, header only, C++ logging library.";
|
description = "Very fast, header only, C++ logging library";
|
||||||
homepage = https://github.com/gabime/spdlog;
|
homepage = "https://github.com/gabime/spdlog";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ obadz ];
|
maintainers = with maintainers; [ obadz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
@ -35,8 +35,8 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
spdlog_1 = generic {
|
spdlog_1 = generic {
|
||||||
version = "1.3.1";
|
version = "1.4.2";
|
||||||
sha256 = "1rd4zmrlkcdjx0m0wpmjm1g9srj7jak6ai08qkhbn2lsn0niifzd";
|
sha256 = "1qc3rphvik44136ms0gjq2wmkl6qglri4fqxlhr2l5jwm8zhr8fc";
|
||||||
};
|
};
|
||||||
|
|
||||||
spdlog_0 = generic {
|
spdlog_0 = generic {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user