about summary refs log tree commit diff
path: root/pkgs/applications/science/misc
diff options
context:
space:
mode:
authorJonas Rembser <jonas.rembser@cern.ch>2024-05-01 14:58:12 +0200
committerJonas Rembser <jonas.rembser@cern.ch>2024-05-01 14:58:12 +0200
commitafde4332c323da699b4b2ea7aa60afcd30f19f24 (patch)
tree5f60e10ec8001b299f433d9d67878054b2773d94 /pkgs/applications/science/misc
parentebce8ace41c8ca0d1776de4c5be5c815fb2fb5f7 (diff)
root: don't do anything specific for Python 2
Python 2 support is deprecated in ROOT 6.30 and will be removed from
6.32, due to release in May:
https://github.com/root-project/root/pull/13948
Diffstat (limited to 'pkgs/applications/science/misc')
-rw-r--r--pkgs/applications/science/misc/root/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/science/misc/root/default.nix b/pkgs/applications/science/misc/root/default.nix
index 8ba05dc244365..59bb9415b37d9 100644
--- a/pkgs/applications/science/misc/root/default.nix
+++ b/pkgs/applications/science/misc/root/default.nix
@@ -189,7 +189,6 @@ stdenv.mkDerivation rec {
   ++ lib.optional (stdenv.cc.libc != null) "-DC_INCLUDE_DIRS=${lib.getDev stdenv.cc.libc}/include"
   ++ lib.optionals stdenv.isDarwin [
     "-DOPENGL_INCLUDE_DIR=${OpenGL}/Library/Frameworks"
-    "-DCMAKE_DISABLE_FIND_PACKAGE_Python2=TRUE"
 
     # fatal error: module map file '/nix/store/<hash>-Libsystem-osx-10.12.6/include/module.modulemap' not found
     # fatal error: could not build module '_Builtin_intrinsics'