sord: add pcre
This commit is contained in:
parent
11d0cccf56
commit
7cb98a8324
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, python, serd }:
|
{ stdenv, fetchurl, pkgconfig, python, serd, pcre }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sord-${version}";
|
name = "sord-${version}";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ python serd ];
|
buildInputs = [ python serd pcre ];
|
||||||
|
|
||||||
configurePhase = "${python.interpreter} waf configure --prefix=$out";
|
configurePhase = "${python.interpreter} waf configure --prefix=$out";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user