freefilesync: add disable update patch
This commit is contained in:
parent
b42f7df89d
commit
4677515b5e
1 changed files with 8 additions and 0 deletions
|
@ -64,6 +64,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
patch = "revert_buggy_gtk3_change_in_12.1.patch";
|
patch = "revert_buggy_gtk3_change_in_12.1.patch";
|
||||||
hash = "sha256-eqush3zXxypQUxtO5110GoOJ30F5LZcF8XIC/Y8/fgM=";
|
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 = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue