1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00
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
default.nix buildUBoot: supports Python scripts with their own environment 2023-09-16 04:02:56 +02:00