Commit b41a0997 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

vgmstream: format with nixfmt-rfc-style

parent 13020da8
Loading
Loading
Loading
Loading
+24 −9
Original line number Diff line number Diff line
{ stdenv, lib, fetchFromGitHub, cmake, pkg-config, gtk3
, audacious-bare, mpg123, ffmpeg, libvorbis, libao, jansson, speex
, nix-update-script
, buildAudaciousPlugin ? false  # only build cli by default, pkgs.audacious-plugins sets this to enable plugin support
{
  stdenv,
  lib,
  fetchFromGitHub,
  cmake,
  pkg-config,
  gtk3,
  audacious-bare,
  mpg123,
  ffmpeg,
  libvorbis,
  libao,
  jansson,
  speex,
  nix-update-script,
  buildAudaciousPlugin ? false, # only build cli by default, pkgs.audacious-plugins sets this to enable plugin support
}:

stdenv.mkDerivation rec {
@@ -17,7 +29,10 @@ stdenv.mkDerivation rec {

  passthru.updateScript = nix-update-script {
    attrPath = "vgmstream";
    extraArgs = [ "--version-regex" "r(.*)" ];
    extraArgs = [
      "--version-regex"
      "r(.*)"
    ];
  };

  nativeBuildInputs = [