Skip to content

Commit

Permalink
libcamera: re-sign IPA modules after fixup (NixOS#353336)
Browse files Browse the repository at this point in the history
  • Loading branch information
steinuil authored and hsjobeki committed Dec 3, 2024
1 parent 730ebe3 commit 05ec12f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/by-name/li/libcamera/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ stdenv.mkDerivation rec {
install -D ${./ipa-priv-key.pem} src/ipa-priv-key.pem
'';

postFixup = ''
../src/ipa/ipa-sign-install.sh src/ipa-priv-key.pem $out/lib/libcamera/ipa_*.so
'';

strictDeps = true;

buildInputs = [
Expand Down

0 comments on commit 05ec12f

Please sign in to comment.