summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/flacon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/flacon/default.nix')
-rw-r--r--pkgs/applications/audio/flacon/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/audio/flacon/default.nix b/pkgs/applications/audio/flacon/default.nix
index a36171471255..5cb59c98c331 100644
--- a/pkgs/applications/audio/flacon/default.nix
+++ b/pkgs/applications/audio/flacon/default.nix
@@ -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 = ''