Merge pull request #861 from matthiasbeyer/love-to-defaultnix

Give the default.nix some love
This commit is contained in:
Matthias Beyer 2017-01-25 09:50:30 +01:00 committed by GitHub
commit 6f564b5223
1 changed files with 6 additions and 2 deletions

View File

@ -7,10 +7,14 @@ let
]; ];
dependencies = with pkgs; [ dependencies = with pkgs; [
openssl
zlib
cmake cmake
curl
gcc
libpsl
openssl
pkgconfig
which which
zlib
]; ];
in in