Skip to content

Commit

Permalink
sad
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferffish committed Nov 28, 2023
1 parent 7e092c8 commit 41e8fc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bindings/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ with nixpkgs;

let
valhallaCustom = (import ./valhalla) { inherit stdenv fetchFromGitHub cmake; };
protobufCustom = (import ./protobuf) { inherit lib abseil-cpp stdenv fetchFromGitHub cmake fetchpatch gtest zlib python3; };
in stdenv.mkDerivation rec {
name = "valhalla-go";
src = ./.;
Expand All @@ -27,7 +26,7 @@ in stdenv.mkDerivation rec {
boost179
valhallaCustom
zlib.static
protobufCustom
protobuf
];

buildPhase = ''
Expand Down

0 comments on commit 41e8fc9

Please sign in to comment.