From bb60969483b83ace611219cfee068ba186abb517 Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Tue, 25 Jun 2024 00:01:48 +0200 Subject: [PATCH] root: don't explicitly set tmva-pymva=OFF Building this component of ROOT doesn't require anything that is not already in the dependencies. --- pkgs/applications/science/misc/root/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/science/misc/root/default.nix b/pkgs/applications/science/misc/root/default.nix index ded47a661a21..3f20b0a3120d 100644 --- a/pkgs/applications/science/misc/root/default.nix +++ b/pkgs/applications/science/misc/root/default.nix @@ -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"