Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fixed http downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Feb 19, 2024
1 parent a61a34c commit a9d89e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ pkgs.python3Packages.buildPythonPackage rec {
hash = "sha256-S/2eFfIRL26OaMUZQ0B628tmWjyaLqQCUmGTVqBBSsA=";
};

patches = [
# fix http downloads
(pkgs.fetchpatch {
url = "https://github.com/dd-ix/arouteserver/commit/fc0e78acb78c4ccb1a90db416456ccf03cbf5a42.patch";
hash = "sha256-SfNmF1t0veCItpLPf4e6zXtNpu2pj3gpCu2b3Bca8gI=";
})
];


nativeBuildInputs = with pkgs.python3Packages; [
setuptools
];
Expand Down

0 comments on commit a9d89e2

Please sign in to comment.