Loading pkgs/applications/audio/clementine/default.nix +76 −74 Original line number Diff line number Diff line { lib , mkDerivation , fetchFromGitHub , boost , cmake , chromaprint , gettext , gst_all_1 , liblastfm , qtbase , qtx11extras , qttools , taglib , fftw , glew , qjson , sqlite , libgpod , libplist , usbmuxd , libmtp , libpulseaudio , gvfs , libcdio , pcre , projectm , protobuf , qca-qt5 , pkg-config , sparsehash , config , makeWrapper , gst_plugins , util-linux , libunwind , libselinux , elfutils , libsepol , orc , alsa-lib { lib, mkDerivation, fetchFromGitHub, boost, cmake, chromaprint, gettext, gst_all_1, liblastfm, qtbase, qtx11extras, qttools, taglib, fftw, glew, qjson, sqlite, libgpod, libplist, usbmuxd, libmtp, libpulseaudio, gvfs, libcdio, pcre, projectm, protobuf, qca-qt5, pkg-config, sparsehash, config, makeWrapper, gst_plugins, util-linux, libunwind, libselinux, elfutils, libsepol, orc, alsa-lib, }: let Loading @@ -63,7 +62,6 @@ mkDerivation { cmake pkg-config makeWrapper util-linux libunwind libselinux Loading @@ -72,7 +70,8 @@ mkDerivation { orc ]; buildInputs = [ buildInputs = [ boost chromaprint fftw Loading @@ -94,12 +93,15 @@ mkDerivation { qttools sqlite taglib alsa-lib ] # gst_plugins needed for setup-hooks ++ gst_plugins ++ lib.optionals (withIpod) [ libgpod libplist usbmuxd ] ++ lib.optionals (withIpod) [ libgpod libplist usbmuxd ] ++ lib.optionals (withMTP) [ libmtp ] ++ lib.optionals (withCD) [ libcdio ] ++ lib.optionals (withCloud) [ sparsehash ]; Loading Loading
pkgs/applications/audio/clementine/default.nix +76 −74 Original line number Diff line number Diff line { lib , mkDerivation , fetchFromGitHub , boost , cmake , chromaprint , gettext , gst_all_1 , liblastfm , qtbase , qtx11extras , qttools , taglib , fftw , glew , qjson , sqlite , libgpod , libplist , usbmuxd , libmtp , libpulseaudio , gvfs , libcdio , pcre , projectm , protobuf , qca-qt5 , pkg-config , sparsehash , config , makeWrapper , gst_plugins , util-linux , libunwind , libselinux , elfutils , libsepol , orc , alsa-lib { lib, mkDerivation, fetchFromGitHub, boost, cmake, chromaprint, gettext, gst_all_1, liblastfm, qtbase, qtx11extras, qttools, taglib, fftw, glew, qjson, sqlite, libgpod, libplist, usbmuxd, libmtp, libpulseaudio, gvfs, libcdio, pcre, projectm, protobuf, qca-qt5, pkg-config, sparsehash, config, makeWrapper, gst_plugins, util-linux, libunwind, libselinux, elfutils, libsepol, orc, alsa-lib, }: let Loading @@ -63,7 +62,6 @@ mkDerivation { cmake pkg-config makeWrapper util-linux libunwind libselinux Loading @@ -72,7 +70,8 @@ mkDerivation { orc ]; buildInputs = [ buildInputs = [ boost chromaprint fftw Loading @@ -94,12 +93,15 @@ mkDerivation { qttools sqlite taglib alsa-lib ] # gst_plugins needed for setup-hooks ++ gst_plugins ++ lib.optionals (withIpod) [ libgpod libplist usbmuxd ] ++ lib.optionals (withIpod) [ libgpod libplist usbmuxd ] ++ lib.optionals (withMTP) [ libmtp ] ++ lib.optionals (withCD) [ libcdio ] ++ lib.optionals (withCloud) [ sparsehash ]; Loading