1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

melpa-stable-packages: fix dependency specification

This commit is contained in:
Thomas Tuegel 2015-12-22 06:55:34 -06:00
parent f35c3d03d6
commit a9ca11e82a

View file

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