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
+1 -1
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 { };