mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
Merge pull request #195272 from wegank/freefilesync-11.26
This commit is contained in:
commit
2446d22a22
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
gcc12Stdenv.mkDerivation rec {
|
gcc12Stdenv.mkDerivation rec {
|
||||||
pname = "freefilesync";
|
pname = "freefilesync";
|
||||||
version = "11.25";
|
version = "11.26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hkneptune";
|
owner = "hkneptune";
|
||||||
repo = "FreeFileSync";
|
repo = "FreeFileSync";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-JV9qwBiF9kl+wc9+7lUufQVu6uiMQ6vojntxduNJ8MI=";
|
sha256 = "sha256-MKs9PfxKVxfDYYB8Dqop9dUd757ajjgvIdMtKJX5dNw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Patches from ROSA Linux
|
# Patches from ROSA Linux
|
||||||
@ -43,11 +43,6 @@ gcc12Stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace FreeFileSync/Source/ui/version_check.cpp \
|
|
||||||
--replace "openBrowserForDownload();" "openBrowserForDownload(parent);"
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user