freefilesync: add patch that fixes gui freeze

This commit is contained in:
Serg 2024-02-02 12:06:13 +03:00
parent 7702fb664f
commit 170b562a38

View File

@ -56,6 +56,14 @@ stdenv.mkDerivation (finalAttrs: {
patch = "Disable_wxWidgets_uncaught_exception_handling.patch";
hash = "sha256-Fem7eDDKSqPFU/t12Jco8OmYC8FM9JgB4/QVy/ouvbI=";
})
# Fix gui freeze
(fetchDebianPatch {
pname = "freefilesync";
version = "13.3";
debianRevision = "1";
patch = "revert_buggy_gtk3_change_in_12.1.patch";
hash = "sha256-eqush3zXxypQUxtO5110GoOJ30F5LZcF8XIC/Y8/fgM=";
})
];
nativeBuildInputs = [