beetsPackages: fix input ordering

This commit is contained in:
Bernardo Meurer
2022-05-08 16:25:28 -07:00
parent 06b03f2e6f
commit 98a9194800
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
{ stdenv, lib
{ stdenv
, aacgain ? null
, essentia-extractor ? null
, ffmpeg ? null
, flac ? null
, imagemagick ? null
, keyfinder-cli ? null
, lib
, mp3gain ? null
, mp3val ? null
, python3Packages
+2 -1
View File
@@ -1,9 +1,10 @@
{ stdenv, lib
{ stdenv
, bashInteractive
, diffPlugins
, glibcLocales
, gobject-introspection
, gst_all_1
, lib
, python3Packages
, runtimeShell
, writeScript