flacon: Add sox utility for flacon to bin path (#281829)

This commit is contained in:
Elserjo 2024-02-06 19:15:11 +03:00 committed by GitHub
parent 7a579e4ead
commit 0085e9b678
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ stdenv, lib, fetchFromGitHub, cmake, libuchardet, pkg-config, shntool, flac
, opusTools, vorbis-tools, mp3gain, lame, taglib, wavpack, vorbisgain, gtk3, qtbase
, qttools, wrapQtAppsHook }:
, opusTools, vorbis-tools, mp3gain, lame, taglib, wavpack, vorbisgain, sox, gtk3
, qtbase, qttools, wrapQtAppsHook }:
stdenv.mkDerivation rec {
pname = "flacon";
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
lame
wavpack
vorbisgain
sox
];
postInstall = ''