casync: fix cross compilation by passing the correct sphinx

This commit is contained in:
Nick Cao
2022-09-21 10:14:12 +08:00
parent f802caee6a
commit 5c2ab1bfaf
+1 -1
View File
@@ -3247,7 +3247,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 { };