casync: fix cross compilation by passing the correct sphinx
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user