rivet: fix rivet-mkhtml (#227331)
This commit is contained in:
parent
b46d30d187
commit
703fd26f1f
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue