mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
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:
parent
b4bb2e8dca
commit
bb60969483
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user