Skip to content

Commit

Permalink
proxysql: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 committed May 4, 2022
1 parent a9ccb2f commit d0b632a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9490,7 +9490,9 @@ with pkgs;

proxify = callPackage ../tools/networking/proxify { };

proxysql = callPackage ../servers/sql/proxysql { };
proxysql = callPackage ../servers/sql/proxysql {
stdenv = if stdenv.targetPlatform.isx86_64 then gcc10Stdenv else stdenv;
};

prs = callPackage ../tools/security/prs { };

Expand Down

0 comments on commit d0b632a

Please sign in to comment.