melpa-stable-packages: fix dependency specification
This commit is contained in:
parent
f35c3d03d6
commit
a9ca11e82a
|
@ -42,7 +42,7 @@ let
|
||||||
pname = name;
|
pname = name;
|
||||||
inherit (recipe) version;
|
inherit (recipe) version;
|
||||||
inherit src;
|
inherit src;
|
||||||
deps =
|
packageRequires =
|
||||||
let lookupDep = d: self."${d}" or null;
|
let lookupDep = d: self."${d}" or null;
|
||||||
in map lookupDep recipe.deps;
|
in map lookupDep recipe.deps;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue