gaia: Add Python 2 for wafHook

This commit is contained in:
Janne Heß
2020-12-17 19:01:32 +01:00
parent c71fd1848b
commit 125502298e
+3 -1
View File
@@ -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