mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #169832 from helsinki-systems/fix/proxysql
proxysql: fix build
This commit is contained in:
commit
9a0329992a
1 changed files with 3 additions and 1 deletions
|
@ -9499,7 +9499,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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue