gaia: Add Python 2 for wafHook

This commit is contained in:
Janne Heß 2020-12-10 10:37:49 +01:00
parent c71fd1848b
commit 125502298e
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -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