1
1
mirror of https://github.com/nmattia/snack.git synced 2024-10-11 02:47:39 +03:00

hpack: fix bug on missing dependencies attr

This commit is contained in:
Nicolas Mattia 2018-08-26 16:44:33 +03:00
parent bc875a3d07
commit 0e037aa6ab

View File

@ -30,7 +30,7 @@ in
topDeps =
# this drops the version bounds
map (x: lib.lists.head (lib.strings.splitString " " x))
package.dependencies;
(optAttr package "dependencies" []);
topExtensions = optAttr package "default-extensions" [];
packageLib = withAttr package "library" null (component:
{ src =