Skip to content

Commit

Permalink
lomiri.gmenuharness: Fetch widget attribute rename patch
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Jun 19, 2023
1 parent da75051 commit 4a01040
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/desktops/lomiri/development/gmenuharness/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ stdenv
, lib
, fetchFromGitLab
, fetchpatch
, gitUpdater
, testers
, cmake
Expand All @@ -26,6 +27,15 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-MswB8cQvz3JvcJL2zj7szUOBzKRjxzJO7/x+87m7E7c=";
};

patches = [
# Remove when version > 0.1.4
(fetchpatch {
name = "0001-gmenuharness-Rename-type-attribute-from-x-canonical-type-to-x-lomiri-type.patch";
url = "https://gitlab.com/ubports/development/core/gmenuharness/-/commit/70e9ed85792a6ac1950faaf26391ce91e69486ab.patch";
hash = "sha256-jeue0qrl2JZCt/Yfj4jT210wsF/E+MlbtNT/yFTcw5I=";
})
];

strictDeps = true;

nativeBuildInputs = [
Expand Down

0 comments on commit 4a01040

Please sign in to comment.