{lomiri,lomiri-qt6}.lomiri-thumbnailer: 3.1.2 -> 3.1.3
This commit is contained in:
@@ -2,14 +2,12 @@
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitLab,
|
||||
fetchpatch,
|
||||
gitUpdater,
|
||||
nixosTests,
|
||||
testers,
|
||||
boost,
|
||||
cmake,
|
||||
cmake-extras,
|
||||
ctestCheckHook,
|
||||
doxygen,
|
||||
gst_all_1,
|
||||
gdk-pixbuf,
|
||||
@@ -37,13 +35,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "lomiri-thumbnailer";
|
||||
version = "3.1.2";
|
||||
version = "3.1.3";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "ubports";
|
||||
repo = "development/core/lomiri-thumbnailer";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-6fQonYnOjxzHcM51VgCeL5OfsmThq9tNpGnMvNWrDXI=";
|
||||
hash = "sha256-bDSqLxYQYCnN5SngoZmYwJTL6qoWpZ9HVUQMiAVQxlE=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
@@ -125,7 +123,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
]);
|
||||
|
||||
nativeCheckInputs = [
|
||||
ctestCheckHook
|
||||
shared-mime-info
|
||||
xvfb-run
|
||||
];
|
||||
@@ -147,17 +144,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
|
||||
disabledTests = [
|
||||
# QSignalSpy tests in QML suite always fail, pass when running interactively
|
||||
"qml"
|
||||
]
|
||||
++ lib.optionals withQt6 [
|
||||
# https://gitlab.com/ubports/development/core/lomiri-thumbnailer/-/work_items/13
|
||||
"dbus"
|
||||
"lomiri-thumbnailer-qt6"
|
||||
"thumbnailer-admin"
|
||||
];
|
||||
|
||||
enableParallelChecking = false;
|
||||
|
||||
preCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user