Unverified Commit 703fd26f authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

rivet: fix rivet-mkhtml (#227331)

parent b46d30d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -51,7 +51,8 @@ stdenv.mkDerivation rec {
      --replace '"less"' '"${less}/bin/less"'
    substituteInPlace bin/rivet-mkhtml \
      --replace '"make-plots"' \"$out/bin/make-plots\" \
      --replace '"rivet-cmphistos"' \"$out/bin/rivet-cmphistos\"
      --replace '"rivet-cmphistos"' \"$out/bin/rivet-cmphistos\" \
      --replace 'ch_cmd = [sys.executable, os.path.join(os.path.dirname(__file__),' 'ch_cmd = [('
  '';

  configureFlags = [