forked from mirrors/nixpkgs
elpa-packages: fix dependency specification
This commit is contained in:
parent
b3949f29cd
commit
26a7470ce6
|
@ -35,7 +35,7 @@ let
|
|||
pname = name;
|
||||
inherit (recipe) version;
|
||||
inherit src;
|
||||
deps =
|
||||
packageRequires =
|
||||
let lookupDep = d: self."${d}" or null;
|
||||
in map lookupDep recipe.deps;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue