local-ai: remove unused inputs and comments

This commit is contained in:
Christian Kögler 2024-04-07 15:37:26 +02:00
parent 673216d6eb
commit 951f4a1abe
1 changed files with 0 additions and 2 deletions

View File

@ -55,7 +55,6 @@
, fetchzip
, fetchurl
, writeText
, writeTextFile
, symlinkJoin
, linkFarmFromDrvs
, jq
@ -167,7 +166,6 @@ let
patches = [ ];
nativeBuildInputs = [ cmake ];
cmakeFlags = (self.cmakeFlags or [ ]) ++ [
# -DCMAKE_C_FLAGS="-D_FILE_OFFSET_BITS=64"
(lib.cmakeBool "BUILD_SHARED_LIBS" true)
(lib.cmakeBool "USE_ASYNC" false)
(lib.cmakeBool "USE_MBROLA" false)