nixpkgs/pkgs/misc/uboot
Raito Bezarius 50c6120a3e buildUBoot: supports Python scripts with their own environment
Sometimes, U-Boot has interesting Python scripts in tools/, the issue is
that they rely on implicit dependencies described by their code itself.

For this, we offer an attribute set-style option to install Python scripts
with specific dependencies.

For example, you could do `pythonScriptsToInstall."tools/efivar.py" = python3.withPackages (ps: [ ps.pyopenssl ]);`
which will be added in a next PR.
2023-09-16 04:02:56 +02:00
..
0001-configs-rpi-allow-for-bigger-kernels.patch u-boot: embiggen RPi kernel allocation again, again 2022-05-26 19:37:45 +03:00
default.nix buildUBoot: supports Python scripts with their own environment 2023-09-16 04:02:56 +02:00