1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

legacy: remove unnecessary shell.nix

This commit is contained in:
Pavol Rusnak 2019-04-25 15:32:48 +02:00
parent 8f0f6e4aed
commit 81b6010b0f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,9 +0,0 @@
with import <nixpkgs> {};
let
myPython = python3.withPackages(p: [p.trezor p.Mako p.munch p.pillow]);
in
stdenv.mkDerivation {
name = "trezor-mcu-dev";
buildInputs = [ myPython protobuf gnumake gcc gcc-arm-embedded pkgconfig SDL2 SDL2_image clang-tools ];
}