deepin.deepin-compressor: 5.12.9 -> 5.12.14

This commit is contained in:
rewine 2023-03-12 19:04:02 +08:00
parent f94a71f899
commit 39552719a6
No known key found for this signature in database
GPG Key ID: AABB329787290824

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "deepin-compressor";
version = "5.12.9";
version = "5.12.14";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-HJDtUvXUT94G4WqrK92UMmijnuC4ApkKHU3yE3rOKHQ=";
sha256 = "sha256-0F1LdoeGtIKOVepifwdNMohbEb9fakpQLiNHg5H9Nlw=";
};
postPatch = ''
@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
"-DUSE_TEST=OFF"
];
strictDeps = true;
# qt5integration must be placed before qtsvg in QT_PLUGIN_PATH
qtWrapperArgs = [
"--prefix QT_PLUGIN_PATH : ${qt5integration}/${qtbase.qtPluginPrefix}"