Commit afde4332 authored by Jonas Rembser's avatar Jonas Rembser
Browse files

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
parent ebce8ace
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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'