We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb1759 commit fc6344aCopy full SHA for fc6344a
1 file changed
lib/build.nix
@@ -267,6 +267,7 @@ rec {
267
];
268
shellHook = ''
269
export PYTHONPATH=''${PYTHONPATH}:${extension}
270
+ unset LD_LIBRARY_PATH
271
'';
272
};
273
@@ -334,6 +335,7 @@ rec {
334
335
${python}/bin/python -m venv --system-site-packages "${venvDir}"
336
fi
337
source "${venvDir}/bin/activate"
338
339
340
341
0 commit comments