1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

nix: add bash, use openssl instead of libressl

This commit is contained in:
Pavol Rusnak 2020-07-03 12:44:13 +02:00
parent 6c09c61978
commit 937336e6b6
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -7,6 +7,7 @@ stdenv.mkDerivation {
SDL2 SDL2
SDL2_image SDL2_image
autoflake autoflake
bash
check check
clang-tools clang-tools
gcc gcc
@ -17,8 +18,8 @@ stdenv.mkDerivation {
graphviz graphviz
libffi libffi
libjpeg libjpeg
libressl
libusb1 libusb1
openssl
pipenv pipenv
pkgconfig pkgconfig
protobuf3_6 protobuf3_6