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
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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