fluxus: Attempt to fix build

It requires Python2 scons.

But after fixing this, it fails with a different error.
This commit is contained in:
Jan Tojnar
2020-04-04 09:26:19 +02:00
parent 73e2823538
commit 71557e5141

View File

@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
openssl.dev
racket
];
nativeBuildInputs = [ scons ];
nativeBuildInputs = [ scons.py2 ];
patches = [ ./fix-build.patch ];
sconsFlags = [