beetsPackages: fix input ordering
This commit is contained in:
parent
06b03f2e6f
commit
98a9194800
2 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
{ stdenv, lib
|
{ stdenv
|
||||||
, aacgain ? null
|
, aacgain ? null
|
||||||
, essentia-extractor ? null
|
, essentia-extractor ? null
|
||||||
, ffmpeg ? null
|
, ffmpeg ? null
|
||||||
, flac ? null
|
, flac ? null
|
||||||
, imagemagick ? null
|
, imagemagick ? null
|
||||||
, keyfinder-cli ? null
|
, keyfinder-cli ? null
|
||||||
|
, lib
|
||||||
, mp3gain ? null
|
, mp3gain ? null
|
||||||
, mp3val ? null
|
, mp3val ? null
|
||||||
, python3Packages
|
, python3Packages
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
{ stdenv, lib
|
{ stdenv
|
||||||
, bashInteractive
|
, bashInteractive
|
||||||
, diffPlugins
|
, diffPlugins
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
|
, lib
|
||||||
, python3Packages
|
, python3Packages
|
||||||
, runtimeShell
|
, runtimeShell
|
||||||
, writeScript
|
, writeScript
|
||||||
|
|
Loading…
Reference in a new issue