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