Merge pull request #237924 from K900/recurse-into-geph
all-packages: recurse into geph
This commit is contained in:
commit
f84036f2b1
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue