about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorJonas Rembser <jonas.rembser@cern.ch>2024-05-01 14:44:55 +0200
committerJonas Rembser <jonas.rembser@cern.ch>2024-05-01 14:44:55 +0200
commite81a95f9802660ae4d47a19c96ba79bc3c73d0ff (patch)
tree6930207b43de7ade317c58986ab8113e3b235e18 /pkgs/applications/science
parent6665f67b4eef1f0e6ed467c80e86ed10c3553594 (diff)
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
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/misc/root/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/science/misc/root/default.nix b/pkgs/applications/science/misc/root/default.nix
index 6419c1c23485e..f51fdf85e59bf 100644
--- a/pkgs/applications/science/misc/root/default.nix
+++ b/pkgs/applications/science/misc/root/default.nix
@@ -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 \