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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "mcgrid-${version}";
|
name = "mcgrid-${version}";
|
||||||
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ fastnlo rivet ];
|
buildInputs = [ fastnlo rivet ];
|
||||||
|
propagatedNativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace mcgrid.pc.in \
|
substituteInPlace mcgrid.pc.in \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user