fix networkmanager
This commit is contained in:
parent
cf64cf0890
commit
c6a0633b82
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,9 @@ in
|
||||||
inputs.zellij-switch.overlays.default
|
inputs.zellij-switch.overlays.default
|
||||||
|
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
python3Packages.python-dbusmock = backportPkgs.python3Packages.python-dbusmock;
|
python3Packages.python-dbusmock = backportPkgs.python3Packages.python-dbusmock.override {
|
||||||
|
inherit (backportPkgs) "python3Packages.buildPythonApplication";
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue