Skip to content

Commit

Permalink
onedrive: patch to fix openssl error (#362601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 7, 2024
2 parents f3f364e + 9b05844 commit bc33cb6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/by-name/on/onedrive/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
coreutils,
curl,
fetchFromGitHub,
fetchpatch,
installShellFiles,
ldc,
libnotify,
Expand All @@ -27,6 +28,15 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-Lek1tW0alQQvlOHpz//M/y4iJY3PWRkcmXGLwjCLozk=";
};

patches = [
# remove when updating to v2.5.4
(fetchpatch {
name = "fix-openssl-version-check-error.patch";
url = "https://github.com/abraunegg/onedrive/commit/d956318b184dc119d65d7a230154df4097171a6d.patch";
hash = "sha256-LGmKqYgFpG4MPFrHXqvlDp7Cxe3cEGYeXXH9pCXtGkU=";
})
];

outputs = [
"out"
"doc"
Expand Down

0 comments on commit bc33cb6

Please sign in to comment.