Skip to content

Commit

Permalink
libcamera: move to pkgs/by-name
Browse files Browse the repository at this point in the history
The CI check complains about a new attribute introduced that's not using
the by-name pattern, even though it's using the same .nix file.

It seems using callPackage ../by-name/… from toplevel for the
alternative toplevel attribute seems to be others do this, so using the
same pattern here.
  • Loading branch information
flokli committed Jan 30, 2024
1 parent 9ec3168 commit d6ee968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22463,9 +22463,7 @@ with pkgs;

libcacard = callPackage ../development/libraries/libcacard { };

libcamera = callPackage ../development/libraries/libcamera { };

libcamera-qcam = callPackage ../development/libraries/libcamera { withQcam = true; };
libcamera-qcam = callPackage ../by-name/li/libcamera/package.nix { withQcam = true; };

libcanberra = callPackage ../development/libraries/libcanberra {
inherit (darwin.apple_sdk.frameworks) Carbon CoreServices AppKit;
Expand Down

0 comments on commit d6ee968

Please sign in to comment.