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