about summary refs log tree commit diff
path: root/pkgs/applications/graphics/fluxus/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-04 09:26:19 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-04 09:38:47 +0200
commit71557e514115591050286eb96400276e68c85e63 (patch)
tree5a1af2051c6bba70772203628625cd988834da89 /pkgs/applications/graphics/fluxus/default.nix
parent73e28235382e3beb2dcac4778055294370fbdeae (diff)
downloadnixlib-71557e514115591050286eb96400276e68c85e63.tar
nixlib-71557e514115591050286eb96400276e68c85e63.tar.gz
nixlib-71557e514115591050286eb96400276e68c85e63.tar.bz2
nixlib-71557e514115591050286eb96400276e68c85e63.tar.lz
nixlib-71557e514115591050286eb96400276e68c85e63.tar.xz
nixlib-71557e514115591050286eb96400276e68c85e63.tar.zst
nixlib-71557e514115591050286eb96400276e68c85e63.zip
fluxus: Attempt to fix build
It requires Python2 scons.

But after fixing this, it fails with a different error.
Diffstat (limited to 'pkgs/applications/graphics/fluxus/default.nix')
-rw-r--r--pkgs/applications/graphics/fluxus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/fluxus/default.nix b/pkgs/applications/graphics/fluxus/default.nix
index e31b5fae9c4d..d7841fde8237 100644
--- a/pkgs/applications/graphics/fluxus/default.nix
+++ b/pkgs/applications/graphics/fluxus/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
     openssl.dev
     racket
   ];
-  nativeBuildInputs = [ scons ];
+  nativeBuildInputs = [ scons.py2 ];
 
   patches = [ ./fix-build.patch ];
   sconsFlags = [