lomiri.lomiri: Fix default values for new D-Bus properties (#340595)

This commit is contained in:
Cosima Neidahl 2024-09-12 18:32:28 +02:00 committed by GitHub
commit b6b51b84b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,13 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-J9ySZgWd7KR7aU1cCRu5iirq7bi3NdLR9SZs9Pd1I8w=";
})
# Remove when https://gitlab.com/ubports/development/core/lomiri/-/merge_requests/181 merged & in release
(fetchpatch {
name = "0101-lomiri-Fix-accountsservice-property-defaults.patch";
url = "https://gitlab.com/ubports/development/core/lomiri/-/commit/369c7aac242f1798ce46b1415ab6112ac5e9d095.patch";
hash = "sha256-ieJCA1F/ljmgwEfGXWCTQNG1A/bmiJhNH9uzzULpUEc=";
})
# Fix greeter & related settings
# These patches are seemingly not submitted upstream yet
(fetchpatch {