Commit c7922c88 authored by Doron Behar's avatar Doron Behar
Browse files

vors: Sort all inputs

parent a80d56ee
Loading
Loading
Loading
Loading
+19 −14
Original line number Diff line number Diff line
{
  curl,
  fetchurl,
  lib,
  genericUpdater,
  go,
  perl,
  stdenv,
  writeShellScript,
  zstd,
  pkg-config,
  buildGoModule,
  fetchurl,

  # buildInputs
  libogg,
  opusfile,
  sox,
  libogg,

  # nativeBuildInputs
  makeWrapper,
  buildGoModule,
  perl,
  pkg-config,
  zstd,

  # updateScript
  curl,
  genericUpdater,
  writeShellScript,
}:

buildGoModule (finalAttrs: {
@@ -27,16 +32,16 @@ buildGoModule (finalAttrs: {

  vendorHash = null;
  buildInputs = [
    opusfile
    libogg
    opusfile
    sox
  ];

  nativeBuildInputs = [
    zstd
    pkg-config
    perl
    makeWrapper
    perl
    pkg-config
    zstd
  ];

  subPackages = [