Propagate dependencies for generated packages
Fixes corfu-terminal, which was not pulling in its popon dependency correctly.
This commit is contained in:
parent
4f0f6fc607
commit
b7b306da0c
1 changed files with 1 additions and 1 deletions
2
doom.nix
2
doom.nix
|
|
@ -173,7 +173,7 @@ let
|
|||
recipe = writeText "${name}-generated-recipe" ''
|
||||
(${name} :fetcher github :repo "marienz/made-up"
|
||||
${optionalString (p ? recipe.files) ":files ${p.recipe.files}"})'';
|
||||
buildInputs = (map (name: eself.${name}) reqlist);
|
||||
packageRequires = (map (name: eself.${name}) reqlist);
|
||||
}
|
||||
else origEPkg);
|
||||
url =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue