Merge pull request #192169 from NickCao/casync-cross

casync: fix cross compilation by passing the correct sphinx
This commit is contained in:
Christian Kögler 2022-09-23 05:57:56 +02:00 committed by GitHub
commit e14f9fb573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 { };