dhallPackages: add recurseIntoAttrs
dhallPackages were not built by the hydra, because the `recurseIntoAttrs` calls was missing (all other package sets use it to make hydra build the packages).
This commit is contained in:
parent
c0c288b70b
commit
e75b4c796e
1 changed files with 1 additions and 1 deletions
|
@ -11258,7 +11258,7 @@ in
|
|||
|
||||
dhall-text = haskell.lib.justStaticExecutables haskellPackages.dhall-text;
|
||||
|
||||
dhallPackages = callPackage ./dhall-packages.nix { };
|
||||
dhallPackages = recurseIntoAttrs (callPackage ./dhall-packages.nix { });
|
||||
|
||||
duktape = callPackage ../development/interpreters/duktape { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue