g3proxy: fix cargo build flags to restore g3proxy tools (#470861)
This commit is contained in:
@@ -28,6 +28,20 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
cargoBuildFlags = [
|
||||
"-p"
|
||||
"g3proxy"
|
||||
"-p"
|
||||
"g3proxy-ctl"
|
||||
"-p"
|
||||
"g3proxy-lua"
|
||||
"-p"
|
||||
"g3proxy-ftp"
|
||||
"-p"
|
||||
"g3mkcert"
|
||||
"-p"
|
||||
"g3fcgen"
|
||||
"-p"
|
||||
"g3iploc"
|
||||
"-p"
|
||||
"g3statsd"
|
||||
];
|
||||
cargoTestFlags = finalAttrs.cargoBuildFlags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user