| Age | Commit message (Collapse) | Author |
|
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
|
|
|
|
element-desktop,electron: fix cross build
|
|
|
|
Looks for dbus-run-session when tests are enabled, which is only
provided through nativeCheckInputs (or buildInputs when not cross
compiling).
Fixes: 275ba0f1cb37 ("python311Packages.dbus-python: 1.2.18 -> 1.3.2")
|
|
Migrates the build from autotools to meson-python.
Co-Authored-By: adisbladis <adisbladis@gmail.com>
Co-Authored-By: Sandro Jäckel <sandro.jaeckel@gmail.com>
|
|
|
|
|