Merge pull request #173279 from veprbl/pr/root5_fix

root5: fix build with recent gcc
main
Robert Scott 2 years ago committed by GitHub
commit 4f7d4241c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/applications/science/misc/root/5.nix

@ -104,6 +104,7 @@ stdenv.mkDerivation rec {
"-Drpath=ON"
"-DCMAKE_INSTALL_LIBDIR=lib"
"-DCMAKE_INSTALL_INCLUDEDIR=include"
"-DCMAKE_CXX_FLAGS=-std=c++11"
"-Dalien=OFF"
"-Dbonjour=OFF"
"-Dcastor=OFF"

Loading…
Cancel
Save