wip: dnsc-machine setup
This commit is contained in:
parent
30918d5e95
commit
2c3799476d
1 changed files with 1 additions and 5 deletions
|
|
@ -44,11 +44,7 @@ in
|
||||||
python313Packages = prev.python313Packages.overrideScope (
|
python313Packages = prev.python313Packages.overrideScope (
|
||||||
pyFinal: pyPrev: {
|
pyFinal: pyPrev: {
|
||||||
python-dbusmock = pyPrev.python-dbusmock.overridePythonAttrs (old: {
|
python-dbusmock = pyPrev.python-dbusmock.overridePythonAttrs (old: {
|
||||||
# take the *source* (or patches) from the backport
|
doCheck = false;
|
||||||
src = backportPkgs.python313Packages.python-dbusmock.src;
|
|
||||||
|
|
||||||
# optional but often needed
|
|
||||||
patches = (old.patches or [ ]) ++ (backportPkgs.python313Packages.python-dbusmock.patches or [ ]);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue