wip: dnsc-machine setup
This commit is contained in:
parent
2c3799476d
commit
1932def1c1
1 changed files with 1 additions and 8 deletions
|
|
@ -34,14 +34,7 @@ in
|
||||||
inputs.zellij-switch.overlays.default
|
inputs.zellij-switch.overlays.default
|
||||||
|
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
python313Packages = prev.python313Packages.overrideScope (
|
python3Packages = prev.python3Packages.overrideScope (
|
||||||
pyFinal: pyPrev: {
|
|
||||||
python-dbusmock = backportPkgs.python313Packages.python-dbusmock;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
})
|
|
||||||
(final: prev: {
|
|
||||||
python313Packages = prev.python313Packages.overrideScope (
|
|
||||||
pyFinal: pyPrev: {
|
pyFinal: pyPrev: {
|
||||||
python-dbusmock = pyPrev.python-dbusmock.overridePythonAttrs (old: {
|
python-dbusmock = pyPrev.python-dbusmock.overridePythonAttrs (old: {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue