forked from mirrors/nixpkgs
fluxus: Attempt to fix build
It requires Python2 scons. But after fixing this, it fails with a different error.
This commit is contained in:
parent
73e2823538
commit
71557e5141
|
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
|||
openssl.dev
|
||||
racket
|
||||
];
|
||||
nativeBuildInputs = [ scons ];
|
||||
nativeBuildInputs = [ scons.py2 ];
|
||||
|
||||
patches = [ ./fix-build.patch ];
|
||||
sconsFlags = [
|
||||
|
|
Loading…
Reference in a new issue