Merge pull request #861 from matthiasbeyer/love-to-defaultnix
Give the default.nix some love
This commit is contained in:
commit
6f564b5223
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue