mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:07:54 +00:00
v2ray: remove unnecessary buildInputs
This commit is contained in:
parent
8bc3737850
commit
7e13605016
@ -64,7 +64,6 @@ let
|
||||
in runCommand "v2ray-${version}" {
|
||||
inherit version;
|
||||
|
||||
buildInputs = [ assetsDrv core ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user