fix(nix): Disable pip and dnspython
Broken packages and not sure what dnspython is used for
This commit is contained in:
parent
dbde801040
commit
fa35a9411b
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
let
|
let
|
||||||
custom = {
|
custom = {
|
||||||
python = (pkgs.python312Full.withPackages (py: [
|
python = (pkgs.python312Full.withPackages (py: [
|
||||||
py.pip
|
#py.pip
|
||||||
py.tkinter
|
py.tkinter
|
||||||
py.dnspython
|
#py.dnspython
|
||||||
]));
|
]));
|
||||||
};
|
};
|
||||||
custom.inkscape =
|
custom.inkscape =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue