Merge pull request #220809 from wineee/deepin-compressor-upd

deepin.deepin-compressor: 5.12.9 -> 5.12.14
This commit is contained in:
Nick Cao 2023-03-12 19:42:37 +08:00 committed by GitHub
commit 0bf865b479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}"