mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
11 lines
154 B
Nix
11 lines
154 B
Nix
|
with import <nixpkgs> {};
|
||
|
|
||
|
stdenv.mkDerivation {
|
||
|
name = "trezor-patch-emulators";
|
||
|
buildInputs = [
|
||
|
autoPatchelfHook
|
||
|
SDL2
|
||
|
SDL2_image
|
||
|
];
|
||
|
}
|