Skip to content

Commit

Permalink
use lib.cmakeBool
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
  • Loading branch information
bonsairobo and AndersonTorres committed Nov 30, 2023
1 parent 527ed89 commit 281e214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/kt/ktx-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
cmakeBuildType = "RelWithDebInfo";

cmakeFlags = [
"-DKTX_FEATURE_DOC=ON"
(lib.cmakeBool "KTX_FEATURE_DOC" true)
];

postPatch = ''
Expand Down

0 comments on commit 281e214

Please sign in to comment.