Skip to content

Commit

Permalink
pantheon.elementary-settings-daemon: Backport fwupd 2.0.0 support
Browse files Browse the repository at this point in the history
See fwupd@fbcffc7 ("Use typdef enums in more places to ensure type safety").

(cherry picked from commit d8e5455)
  • Loading branch information
bobby285271 authored and github-actions[bot] committed Nov 23, 2024
1 parent e07d610 commit d474bab
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, meson
, ninja
Expand Down Expand Up @@ -34,6 +35,15 @@ stdenv.mkDerivation rec {
sha256 = "sha256-w5dRQPRsM52wqusTLLPmKmVwoBFS+pHOokfDmCDxVWM=";
};

patches = [
# Fix build with fwupd 2.0.0
# https://github.com/elementary/settings-daemon/pull/169
(fetchpatch {
url = "https://github.com/elementary/settings-daemon/commit/f9f9e6c49ef89451ad45aa8314769a0358a5e481.patch";
hash = "sha256-zLONUqRwODK3JXaoymztEfOIJONJpwcTp5AWv0Vl+EI=";
})
];

nativeBuildInputs = [
desktop-file-utils
gobject-introspection
Expand Down

0 comments on commit d474bab

Please sign in to comment.