Loading pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix +3 −7 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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; Loading Loading
pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix +3 −7 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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; Loading