mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +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
|
|
];
|
|
}
|