forked from mirrors/nixpkgs
commit
f1d3df98d7
|
@ -7871,4 +7871,10 @@
|
|||
githubId = 52650;
|
||||
name = "Marc Busqué";
|
||||
};
|
||||
snglth = {
|
||||
email = "illia@ishestakov.com";
|
||||
github = "snglth";
|
||||
githubId = 8686360;
|
||||
name = "Illia Shestakov";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ stdenv, lib, fetchFromGitHub, cmake, qt5, libuchardet, pkgconfig, makeWrapper
|
||||
{ stdenv, lib, fetchFromGitHub, cmake, libuchardet, pkgconfig
|
||||
, shntool, flac, opusTools, vorbis-tools, mp3gain, lame, wavpack, vorbisgain
|
||||
, gtk3
|
||||
, qtbase, qttools, wrapQtAppsHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -14,8 +15,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "05pvg5xhc2azwzld08m81r4b2krqdbcbm5lmdvg2zkk67xq9pqyd";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
|
||||
buildInputs = [ qt5.qtbase qt5.qttools libuchardet ];
|
||||
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
|
||||
buildInputs = [ qtbase qttools libuchardet ];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/flacon \
|
||||
|
@ -29,6 +30,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://flacon.github.io/;
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nico202 ];
|
||||
maintainers = with maintainers; [ snglth ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18823,7 +18823,7 @@ in
|
|||
|
||||
FIL-plugins = callPackage ../applications/audio/FIL-plugins { };
|
||||
|
||||
flacon = callPackage ../applications/audio/flacon { };
|
||||
flacon = libsForQt5.callPackage ../applications/audio/flacon { };
|
||||
|
||||
flexget = callPackage ../applications/networking/flexget { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue