Commit Graph

8 Commits

Author SHA1 Message Date
Alyssa Ross
2bc828695e maliit-framework: depend on wayland-scanner
Otherwise, wayland-scanner would be picked up from the wayland in
buildInputs, which isn't cross-friendly and will stop working when we
split wayland-scanner into a separate package.
2024-08-11 16:04:15 +03:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Samuel Dionne-Riel
2fe23abdbc maliit-*: Drop samueldr as maintainer 2024-06-20 20:43:11 -04:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
K900
a217df51cf maliit-framework: backport GCC 12 build fix 2023-02-14 14:22:24 +03:00
Samuel Dionne-Riel
e0940d55db maliit-framework: 2.0.0 -> 2.3.0 2022-11-18 04:13:19 -05:00
Alexander Shpilkin
32e540e559 maliit-framework: fix paths in pkg-config files 2022-09-07 21:49:32 +03:00
Samuel Dionne-Riel
11f6a19dcf maliit-framework: init at 2.0.0 2021-12-03 20:17:03 -05:00