vgmstream: format with nixfmt-rfc-style
This commit is contained in:
parent
13020da8a8
commit
b41a09978b
@ -1,7 +1,19 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, cmake, pkg-config, gtk3
|
{
|
||||||
, audacious-bare, mpg123, ffmpeg, libvorbis, libao, jansson, speex
|
stdenv,
|
||||||
, nix-update-script
|
lib,
|
||||||
, buildAudaciousPlugin ? false # only build cli by default, pkgs.audacious-plugins sets this to enable plugin support
|
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 {
|
stdenv.mkDerivation rec {
|
||||||
@ -17,7 +29,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
passthru.updateScript = nix-update-script {
|
passthru.updateScript = nix-update-script {
|
||||||
attrPath = "vgmstream";
|
attrPath = "vgmstream";
|
||||||
extraArgs = [ "--version-regex" "r(.*)" ];
|
extraArgs = [
|
||||||
|
"--version-regex"
|
||||||
|
"r(.*)"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user