gaia: Add Python 2 for wafHook
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
, swig
|
, swig
|
||||||
, eigen
|
, eigen
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
|
, python2
|
||||||
, wafHook
|
, wafHook
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, qt4
|
, qt4
|
||||||
@@ -38,9 +39,10 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
wafHook
|
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
python2 # For wafHook
|
||||||
swig
|
swig
|
||||||
|
wafHook
|
||||||
]
|
]
|
||||||
# The gaiafusion binary inside $out/bin needs a shebangs patch, and
|
# The gaiafusion binary inside $out/bin needs a shebangs patch, and
|
||||||
# wrapping with the appropriate $PYTHONPATH
|
# wrapping with the appropriate $PYTHONPATH
|
||||||
|
|||||||
Reference in New Issue
Block a user