Federico Beffa <be...@ieee.org> skribis: > From f06b0a9eea5ddf055cfcf7f80fe8ac6eb62972b3 Mon Sep 17 00:00:00 2001 > From: Federico Beffa <be...@fbengineering.ch> > Date: Mon, 24 Oct 2016 17:49:35 +0200 > Subject: [PATCH 5/5] gnu: Add ghc-gnuplot. > > * gnu/packages/haskell.scm (ghc-gnuplot): New variable.
[...] > + (propagated-inputs `(("gnuplot" ,gnuplot))) Instead of propagating it, could we instead replace “gnuplot” with “/gnu/store/…/bin/gnuplot” in the relevant source file? Thanks, Ludo’.