feat: Install openssl

This commit is contained in:
Vincent Ambo 2017-10-18 15:33:08 +02:00
parent 6118c611c0
commit 0ceef2ac3f
2 changed files with 1 additions and 2 deletions

View file

@ -36,6 +36,7 @@ in {
numix-gtk-theme numix-gtk-theme
numix-icon-theme numix-icon-theme
openjdk openjdk
openssl
pass pass
pavucontrol pavucontrol
ripgrep ripgrep

View file

@ -23,6 +23,4 @@ stdenv.mkDerivation rec {
homepage = "https://www.terraform.io/"; homepage = "https://www.terraform.io/";
license = licenses.mpl20; license = licenses.mpl20;
}; };
#
} }