mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Fix libcamera build
This commit is contained in:
parent
fac66459b1
commit
2e2c5b13fb
1 changed files with 1 additions and 4 deletions
|
|
@ -60,6 +60,7 @@ in
|
|||
version = "0.1.0";
|
||||
src = libcamera-src;
|
||||
buildInputs = old.buildInputs ++ (with final; [ libpisp ]);
|
||||
patches = [ ];
|
||||
});
|
||||
|
||||
# provide generic rpi arm64 u-boot
|
||||
|
|
@ -81,10 +82,6 @@ in
|
|||
# firmware and attempt to mimic it.
|
||||
#
|
||||
# 1. https://forums.raspberrypi.com/viewtopic.php?t=329799#p1974233
|
||||
# extraConfig = ''
|
||||
# CONFIG_OF_HAS_PRIOR_STAGE=y
|
||||
# CONFIG_OF_BOARD=y
|
||||
# '';
|
||||
};
|
||||
|
||||
# default to latest firmware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue