Merge pull request #248070 from aaronjheng/dysnomia
dysnomia: use supervisor from python3Packages
This commit is contained in:
commit
3a4013b30f
1 changed files with 1 additions and 1 deletions
|
@ -40579,7 +40579,7 @@ with pkgs;
|
|||
disnix = callPackage ../tools/package-management/disnix { };
|
||||
|
||||
dysnomia = callPackage ../tools/package-management/disnix/dysnomia (config.disnix or {
|
||||
inherit (python2Packages) supervisor;
|
||||
inherit (python3Packages) supervisor;
|
||||
});
|
||||
|
||||
dydisnix = callPackage ../tools/package-management/disnix/dydisnix { };
|
||||
|
|
Loading…
Reference in a new issue