mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
lomiri.lomiri: Fix default values for new D-Bus properties (#340595)
This commit is contained in:
commit
b6b51b84b2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user