Commit e9748e4b authored by Slin Lee's avatar Slin Lee
Browse files

vhs: remove unneeded buildInputs

parent 4106c751
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ buildGoModule rec {
  vendorHash = "sha256-9nkRr5Jh1nbI+XXbPj9KB0ZbLybv5JUVovpB311fO38=";

  nativeBuildInputs = [ installShellFiles makeWrapper ];
  buildInputs = [ ttyd ffmpeg ];

  ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];