v2ray: remove unnecessary buildInputs

gstqt5
Serval 2020-10-12 00:42:55 +08:00
parent 8bc3737850
commit 7e13605016
No known key found for this signature in database
GPG Key ID: 4A2AAAA382F8294C
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ let
in runCommand "v2ray-${version}" {
inherit version;
buildInputs = [ assetsDrv core ];
nativeBuildInputs = [ makeWrapper ];
meta = {