mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
shell.nix: Unset $PYTHONPATH
It breaks gdb.
This commit is contained in:
parent
29c2dfd0a9
commit
4f6a7c8621
1 changed files with 1 additions and 0 deletions
|
@ -23,5 +23,6 @@ with import ./release-common.nix { inherit pkgs; };
|
|||
configureFlags+=" --prefix=$prefix"
|
||||
PKG_CONFIG_PATH=$prefix/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||
PATH=$prefix/bin:$PATH
|
||||
unset PYTHONPATH
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue