mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
melpa-stable-packages: fix dependency specification
This commit is contained in:
parent
f35c3d03d6
commit
a9ca11e82a
@ -42,7 +42,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 New Issue
Block a user