root: don't explicitly set tmva-pymva=OFF

Building this component of ROOT doesn't require anything that is not
already in the dependencies.
This commit is contained in:
Jonas Rembser 2024-06-25 00:01:48 +02:00
parent b4bb2e8dca
commit bb60969483

View File

@ -166,7 +166,6 @@ stdenv.mkDerivation rec {
"-Dmysql=OFF"
"-Dpgsql=OFF"
"-Dsqlite=OFF"
"-Dtmva-pymva=OFF"
"-Dvdt=OFF"
]
++ lib.optional (stdenv.cc.libc != null) "-DC_INCLUDE_DIRS=${lib.getDev stdenv.cc.libc}/include"