rivet: move ghostscript to propagatedBuildInputs (fixes runtime)

This commit is contained in:
Dmitry Kalinkin 2017-04-04 22:37:35 -04:00
parent a07d334bf4
commit 61ae20e085
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -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 \