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

root: remove the hack that disables the splash screen by default

Remove the hack that disables the splash screen by default, as this
has already been done in ROOT itself some time ago:
https://github.com/root-project/root/pull/4187
parent 6665f67b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@
, Cocoa
, CoreSymbolication
, OpenGL
, noSplash ? false
}:

stdenv.mkDerivation rec {
@@ -143,8 +142,6 @@ stdenv.mkDerivation rec {
      -e '1iset(nlohmann_json_DIR "${nlohmann_json}/lib/cmake/nlohmann_json/")'

    patchShebangs build/unix/
  '' + lib.optionalString noSplash ''
    substituteInPlace rootx/src/rootx.cxx --replace "gNoLogo = false" "gNoLogo = true"
  '' + lib.optionalString stdenv.isDarwin ''
    # Eliminate impure reference to /System/Library/PrivateFrameworks
    substituteInPlace core/macosx/CMakeLists.txt \