mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +00:00
nix: add bash, use openssl instead of libressl
This commit is contained in:
parent
6c09c61978
commit
937336e6b6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user