freefilesync: add disable update patch

This commit is contained in:
Serg 2024-02-05 14:05:12 +03:00
parent b42f7df89d
commit 4677515b5e

View File

@ -64,6 +64,14 @@ stdenv.mkDerivation (finalAttrs: {
patch = "revert_buggy_gtk3_change_in_12.1.patch";
hash = "sha256-eqush3zXxypQUxtO5110GoOJ30F5LZcF8XIC/Y8/fgM=";
})
# Disable update patch
(fetchDebianPatch {
pname = "freefilesync";
version = "13.3";
debianRevision = "1";
patch = "ffs_no_check_updates.patch";
hash = "sha256-lPyHpxhZz8BSnDI8QfAzKpKwVkp2jiF49RWjKNuZGII=";
})
];
nativeBuildInputs = [