If additional dependencies are specified in stack.yaml, as per: ``` nix: packages: [ openssl ] ``` they should be added to the package configuration using `addBuildDepend` for the packages defined in `default.nix`.