about summary refs log tree commit diff
path: root/pkgs/servers/mir/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-01-17mir: Disable pre-compiled headersOPNA26081-0/+3
2023-11-30treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheckPeder Bergebakken Sundt1-2/+2
This will respect `doCheck = false;` overrides, common for cross.
2023-10-25mir: Fetch patch to fix buildOPNA26081-0/+11
2023-10-25mir: 2.14.1 -> 2.15.0OPNA26081-15/+4
2023-07-28mir: 2.13.0 -> 2.14.1OPNA26081-13/+2
2023-05-29Merge pull request #232227 from OPNA2608/fix/mir_moderniseSandro1-20/+35
2023-05-27xwayland: set meta.mainProgramAlyssa Ross1-1/+1
2023-05-15mir: Pull patch to fix evdev device missesOPNA26081-0/+11
2023-05-15mir: Modernise derivationOPNA26081-20/+35
- test-related inputs -> checkInputs - use finalAttrs - set meta.changelog - set meta.pkgConfigModules, validate with validatePkgConfig
2023-04-23mir: 2.12.1 -> 2.13.0OPNA26081-14/+2
2023-02-27mir: 2.12.0 -> 2.12.1OPNA26081-10/+3
2023-02-16mir: Fix parallelism in checkPhaseOPNA26081-2/+0
ptest target is slightly prettier than regular check target but it uses nproc which we don't want
2023-02-02Merge pull request #213490 from OPNA2608/refactor/yaml-cppSandro1-2/+2
yaml-cpp*: Refactor, rename, adopt
2023-02-02Merge pull request #211786 from OPNA2608/update/mirJonas Heinrich1-37/+22
wlcs,mir: bump
2023-02-02mir: 2.11.0 -> 2.12.0OPNA26081-37/+22
2023-01-31treewide: Rename libyamlcpp* to yaml-cpp*OPNA26081-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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-17mir: init at 2.11.0Jonas Heinrich1-0/+222
Co-authored-by: OPNA2608 <christoph.neidahl@gmail.com>