mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
h3: do not build filters by default
This commit is contained in:
parent
fd109717f8
commit
b5f5d58b8f
@ -2,6 +2,7 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, cmake
|
, cmake
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, withFilters ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -29,6 +30,7 @@ let
|
|||||||
"-DENABLE_COVERAGE=OFF"
|
"-DENABLE_COVERAGE=OFF"
|
||||||
"-DENABLE_FORMAT=OFF"
|
"-DENABLE_FORMAT=OFF"
|
||||||
"-DENABLE_LINTING=OFF"
|
"-DENABLE_LINTING=OFF"
|
||||||
|
(lib.cmakeBool "BUILD_FILTERS" withFilters)
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user