nix: format treewide

This commit is contained in:
Jacob Birkett 2025-02-08 03:10:18 -08:00
parent 150128c843
commit 2abf8951ef
No known key found for this signature in database
GPG key ID: A65814ADB0C06288
8 changed files with 493 additions and 506 deletions

View file

@ -1,8 +1,4 @@
{ rpicam-apps-src
, libcamera-src
, libpisp-src
, ...
}:
{ rpicam-apps-src, libcamera-src, libpisp-src, ... }:
final: prev: {
# A recent known working version of rpicam-apps
libcamera-apps =
@ -27,12 +23,8 @@ final: prev: {
libpisp
openssl
libtiff
(python3.withPackages (ps: with ps; [
python3-gnutls
pybind11
pyyaml
ply
]))
(python3.withPackages
(ps: with ps; [ python3-gnutls pybind11 pyyaml ply ]))
libglibutil
gst_all_1.gst-plugins-base
]);