mcgrid: pkgconfig is the only way to locate mcgrid
This commit is contained in:
parent
44a78fb0da
commit
bbc3082ebd
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, fastnlo, rivet, sherpa }:
|
||||
{ stdenv, fetchurl, fastnlo, rivet, pkgconfig, sherpa }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mcgrid-${version}";
|
||||
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ fastnlo rivet ];
|
||||
propagatedNativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace mcgrid.pc.in \
|
||||
|
Loading…
Reference in New Issue
Block a user