python3Packages.shiboken2: move env vars into env for structuredAttrs
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
head CMakeLists.txt
|
||||
'';
|
||||
|
||||
CLANG_INSTALL_DIR = llvmPackages.libclang.out;
|
||||
env.CLANG_INSTALL_DIR = llvmPackages.libclang.out;
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user