forked from mirrors/nixpkgs
buildRustPackage: Don't specify logLevel
by default.
This commit is contained in:
parent
303aac8381
commit
d8b0618e6c
|
@ -3,7 +3,7 @@
|
|||
, src ? null
|
||||
, srcs ? null
|
||||
, sourceRoot ? null
|
||||
, logLevel ? "warn"
|
||||
, logLevel ? ""
|
||||
, buildInputs ? []
|
||||
, cargoUpdateHook ? ""
|
||||
, ... } @ args:
|
||||
|
|
Loading…
Reference in a new issue