ccnet-server: generate required searpc header files
This commit is contained in:
parent
2011cc3c9a
commit
518d4fd1c2
|
@ -65,11 +65,11 @@
|
||||||
nativeBuildInputs = [ autoconf automake libtool pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ autoconf automake libtool pkgconfig autoreconfHook ];
|
||||||
configureFlags = [ "--disable-static" ];
|
configureFlags = [ "--disable-static" ];
|
||||||
# generate required searpc header files
|
# generate required searpc header files
|
||||||
preBuildPhases = ''
|
preBuildPhases = [ "searpcHeadergenPhase" ];
|
||||||
pwd
|
searpcHeadergenPhase = ''
|
||||||
cd ./lib/
|
cd ./lib/
|
||||||
${python27} ${libsearpc}/bin/searpc-codegen.py rpc_table.py
|
python2 ${libsearpc}/bin/searpc-codegen.py rpc_table.py
|
||||||
cd -
|
cd ..
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue