3
0
Fork 0
forked from mirrors/nixpkgs

elpa-packages: fix dependency specification

This commit is contained in:
Thomas Tuegel 2015-12-22 06:55:10 -06:00
parent b3949f29cd
commit 26a7470ce6

View file

@ -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 = {