Merge pull request #192169 from NickCao/casync-cross
casync: fix cross compilation by passing the correct sphinx
This commit is contained in:
commit
e14f9fb573
1 changed files with 1 additions and 1 deletions
|
@ -3249,7 +3249,7 @@ with pkgs;
|
|||
keystone = callPackage ../development/libraries/keystone { };
|
||||
|
||||
casync = callPackage ../applications/networking/sync/casync {
|
||||
sphinx = python3Packages.sphinx;
|
||||
sphinx = buildPackages.python3Packages.sphinx;
|
||||
};
|
||||
|
||||
cataract = callPackage ../applications/misc/cataract { };
|
||||
|
|
Loading…
Reference in a new issue