Set CORIOLIS_TOP for crlcore check
This commit is contained in:
parent
d4818a6b81
commit
227a8f1721
|
@ -7,13 +7,17 @@ let pkg =
|
||||||
src = ../crlcore;
|
src = ../crlcore;
|
||||||
buildInputs = [ libxml2 qt4 coriolis-lefdef coriolis-vlsisapd coriolis-hurricane python2Packages.pyqt4 ];
|
buildInputs = [ libxml2 qt4 coriolis-lefdef coriolis-vlsisapd coriolis-hurricane python2Packages.pyqt4 ];
|
||||||
nativeBuildInputs = [ bison flex doxygen python2Packages.pyqt4 ];
|
nativeBuildInputs = [ bison flex doxygen python2Packages.pyqt4 ];
|
||||||
|
postInstall = ''
|
||||||
|
ln -s crlcore/helpers $out/${python2Packages.python.sitePackages}/helpers
|
||||||
|
|
||||||
|
# for import check
|
||||||
|
mkdir -p /build/coriolistop/etc/coriolis2
|
||||||
|
export CORIOLIS_TOP=/build/coriolistop
|
||||||
|
'';
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"CRL" "Constant" "helpers.io" "helpers.technology"
|
"CRL" "Constant" "helpers.io" "helpers.technology"
|
||||||
"helpers.utils" "helpers.analogtechno" "helpers" "helpers.overlay"
|
"helpers.utils" "helpers.analogtechno" "helpers" "helpers.overlay"
|
||||||
];
|
];
|
||||||
postInstall = ''
|
|
||||||
ln -s crlcore/helpers $out/${python2Packages.python.sitePackages}/helpers
|
|
||||||
'';
|
|
||||||
meta.license = lib.licenses.gpl2Plus;
|
meta.license = lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
in generic pkg
|
in generic pkg
|
||||||
|
|
Loading…
Reference in New Issue