Commit Graph

23 Commits

Author SHA1 Message Date
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
OPNA2608
245aee34d9 mir_2_15: init at 2.15.0 2024-06-09 14:47:21 +02:00
OPNA2608
5a6c959fa8 mir: Format with nixfmt-rfc-style, modernise
substituteInPlace --replace is deprecated
2024-06-08 20:40:09 +02:00
OPNA2608
15175aae76 mir: 2.15.0 -> 2.17.0
- Repo owner has changed to canonical
- mircookie has been dropped, mirserver-internal and mircommon-internal added
2024-06-08 20:33:20 +02:00
OPNA2608
9fec44898c mir: Fix tests 2024-05-08 13:39:21 +02:00
OPNA2608
68f4ce778f mir: Disable pre-compiled headers 2024-01-17 02:07:52 +01:00
Peder Bergebakken Sundt
ad5e744714 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
This will respect `doCheck = false;` overrides, common for cross.
2023-11-30 18:56:12 +01:00
OPNA2608
89aefe0bfa mir: Fetch patch to fix build 2023-10-25 18:32:43 +02:00
OPNA2608
9e2743f883 mir: 2.14.1 -> 2.15.0 2023-10-25 18:25:02 +02:00
OPNA2608
ae7fb1102f mir: 2.13.0 -> 2.14.1 2023-07-28 12:11:54 +02:00
Sandro
90475fe1f8
Merge pull request #232227 from OPNA2608/fix/mir_modernise 2023-05-29 20:23:40 +02:00
Alyssa Ross
6abae5cbb5 xwayland: set meta.mainProgram 2023-05-27 15:00:40 +00:00
OPNA2608
447657c2de mir: Pull patch to fix evdev device misses 2023-05-15 22:40:29 +02:00
OPNA2608
e2627fbe69 mir: Modernise derivation
- test-related inputs -> checkInputs
- use finalAttrs
- set meta.changelog
- set meta.pkgConfigModules, validate with validatePkgConfig
2023-05-15 22:19:12 +02:00
OPNA2608
b83ad894b9 mir: 2.12.1 -> 2.13.0 2023-04-23 22:08:11 +02:00
OPNA2608
36fccf2fdb mir: 2.12.0 -> 2.12.1 2023-02-27 23:58:42 +01:00
OPNA2608
9b4a4c0582 mir: Fix parallelism in checkPhase
ptest target is slightly prettier than regular check target but it uses nproc which we don't want
2023-02-16 01:15:16 +01:00
Sandro
a9cadfb7b8
Merge pull request #213490 from OPNA2608/refactor/yaml-cpp
yaml-cpp*: Refactor, rename, adopt
2023-02-02 17:32:34 +01:00
Jonas Heinrich
652f69f9d5
Merge pull request #211786 from OPNA2608/update/mir
wlcs,mir: bump
2023-02-02 11:13:23 +01:00
OPNA2608
ccb23e076a mir: 2.11.0 -> 2.12.0 2023-02-02 11:10:41 +01:00
OPNA2608
c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Jonas Heinrich
c53db95d25 mir: init at 2.11.0
Co-authored-by: OPNA2608 <christoph.neidahl@gmail.com>
2023-01-17 07:54:27 +01:00