mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-12-24 18:00:56 +01:00
nix: format treewide
This commit is contained in:
parent
150128c843
commit
2abf8951ef
8 changed files with 493 additions and 506 deletions
|
|
@ -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
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue