nextpnr: fix strict deps
move python3 from buildInputs to nativeBuildInputs
This commit is contained in:
@@ -40,10 +40,10 @@ stdenv.mkDerivation rec {
|
||||
sourceRoot = main_src.name;
|
||||
|
||||
nativeBuildInputs
|
||||
= [ cmake ]
|
||||
= [ cmake python3 ]
|
||||
++ (lib.optional enableGui wrapQtAppsHook);
|
||||
buildInputs
|
||||
= [ boostPython python3 eigen python3Packages.apycula ]
|
||||
= [ boostPython eigen python3Packages.apycula ]
|
||||
++ (lib.optional enableGui qtbase)
|
||||
++ (lib.optional stdenv.cc.isClang llvmPackages.openmp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user