1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/tests/emulators/shell.nix
2019-10-22 13:59:26 +02:00

11 lines
154 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation {
name = "trezor-patch-emulators";
buildInputs = [
autoPatchelfHook
SDL2
SDL2_image
];
}