Commit Graph

8 Commits

Author SHA1 Message Date
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
github-actions[bot]
be5878415f
Merge staging-next into staging 2024-05-20 12:01:58 +00:00
github-actions[bot]
6ff1451c6f
Merge master into staging-next 2024-05-20 12:01:29 +00:00
Alyssa Ross
700f1a4bcd libcamera: disable tracing if unavailable
lttng-ust has a mandatory dependency on liburcu, which requires
architecture-specific code that isn't available for all platforms.  To
enable building libcamera for those platforms, disable tracing support
if lttng-ust is unavailable.  This fixes building libcamera for, for
example, loongarch64-linux.
2024-05-20 10:34:52 +02:00
Alyssa Ross
584c9b78cb pkgsStatic.libcamera: mark unsupported 2024-05-20 10:32:50 +02:00
Jörg Thalheim
fb0ddd9186 libcamera: fix binary reproduciblity 2024-04-29 12:34:46 +02:00
Florian Klink
d6ee968663 libcamera: move to pkgs/by-name
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.
2024-01-30 11:24:59 +02:00