Skip to content

Commit bb60969

Browse files
committed
root: don't explicitly set tmva-pymva=OFF
Building this component of ROOT doesn't require anything that is not already in the dependencies.
1 parent b4bb2e8 commit bb60969

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkgs/applications/science/misc/root/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ stdenv.mkDerivation rec {
166166
"-Dmysql=OFF"
167167
"-Dpgsql=OFF"
168168
"-Dsqlite=OFF"
169-
"-Dtmva-pymva=OFF"
170169
"-Dvdt=OFF"
171170
]
172171
++ lib.optional (stdenv.cc.libc != null) "-DC_INCLUDE_DIRS=${lib.getDev stdenv.cc.libc}/include"

0 commit comments

Comments
 (0)