Commit 69b09d37 authored by OPNA2608's avatar OPNA2608
Browse files

lomiri.lomiri-content-hub: 2.2.1 -> 2.2.2

parent 8e7af603
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lomiri-content-hub";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchFromGitLab {
    owner = "ubports";
    repo = "development/core/lomiri-content-hub";
    rev = finalAttrs.version;
    hash = "sha256-L0CX383AMu8XlNbGL01VvBxvawJwAWHhTh3ak0sjo20=";
    tag = finalAttrs.version;
    hash = "sha256-ukaEur2RgdIVPYm90OUCs0L+F9OQ3zaypreyx33iD5M=";
  };

  outputs = [
@@ -59,10 +59,6 @@ stdenv.mkDerivation (finalAttrs: {
    # Don't override default theme search path (which honours XDG_DATA_DIRS) with a FHS assumption
    substituteInPlace import/Lomiri/Content/contenthubplugin.cpp \
      --replace-fail 'QIcon::setThemeSearchPaths(QStringList() << ("/usr/share/icons/"));' ""

    # https://gitlab.com/ubports/development/core/lomiri-content-hub/-/merge_requests/54
    substituteInPlace src/com/lomiri/content/service/registry.h \
      --replace-fail '<QGSettings/QGSettings>' '<QGSettings>'
  '';

  strictDeps = true;