mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
Initially, I wanted to verify that the required runtime dependencies are present but the test environment will gladly pick them up from `buildInputs` without them actually being recorded in the derivation for runtime. The tests are still useful as a sanity check, though. The three disabled tests will segfault in `_gtk_settings_get_screen`. While that can be fixed by running the tests using `xvfb-run`, it them fails on missing accessibility bus. Since it will be resolved in next orca version, I am not bothering to replicate the integration test environment here.