From afde4332c323da699b4b2ea7aa60afcd30f19f24 Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Wed, 1 May 2024 14:58:12 +0200 Subject: [PATCH] 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 --- 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 8ba05dc24436..59bb9415b37d 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/-Libsystem-osx-10.12.6/include/module.modulemap' not found # fatal error: could not build module '_Builtin_intrinsics'