Merge pull request #237924 from K900/recurse-into-geph

all-packages: recurse into geph
This commit is contained in:
K900 2023-06-15 16:46:39 +03:00 committed by GitHub
commit f84036f2b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20662,7 +20662,7 @@ with pkgs;
gecode_6 = qt5.callPackage ../development/libraries/gecode { };
gecode = gecode_6;
geph = callPackages ../applications/networking/geph { };
geph = recurseIntoAttrs (callPackages ../applications/networking/geph { });
gephi = callPackage ../applications/science/misc/gephi { };