rivet: move ghostscript to propagatedBuildInputs (fixes runtime)
This commit is contained in:
parent
a07d334bf4
commit
61ae20e085
@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
|
|||||||
xcolor
|
xcolor
|
||||||
xkeyval
|
xkeyval
|
||||||
;};
|
;};
|
||||||
buildInputs = [ ghostscript hepmc imagemagick python2 latex makeWrapper ];
|
buildInputs = [ hepmc imagemagick python2 latex makeWrapper ];
|
||||||
propagatedBuildInputs = [ fastjet gsl yoda ];
|
propagatedBuildInputs = [ fastjet ghostscript gsl yoda ];
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
substituteInPlace bin/make-plots \
|
substituteInPlace bin/make-plots \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user