Loading pkgs/applications/audio/cantata/dont-check-for-perl-in-PATH.diff→pkgs/by-name/ca/cantata/dont-check-for-perl-in-PATH.diff +0 −0 File moved. View file pkgs/applications/audio/cantata/default.nix→pkgs/by-name/ca/cantata/package.nix +7 −10 Original line number Diff line number Diff line { mkDerivation { stdenv , lib , fetchFromGitHub , cmake , pkg-config , qtbase , qtsvg , qttools , qt6 , perl # Cantata doesn't build with cdparanoia enabled so we disable that Loading @@ -23,7 +21,6 @@ , taglib , taglib_extras , withHttpStream ? true , qtmultimedia , withReplaygain ? true , ffmpeg , speex Loading Loading @@ -64,7 +61,7 @@ let { names = [ "FFMPEG" "MPG123" "SPEEXDSP" ]; enable = withReplaygain; pkgs = [ ffmpeg speex mpg123 ]; } { names = [ "HTTPS_SUPPORT" ]; enable = true; pkgs = [ ]; } { names = [ "HTTP_SERVER" ]; enable = withHttpServer; pkgs = [ ]; } { names = [ "HTTP_STREAM_PLAYBACK" ]; enable = withHttpStream; pkgs = [ qtmultimedia ]; } { names = [ "HTTP_STREAM_PLAYBACK" ]; enable = withHttpStream; pkgs = [ qt6.qtmultimedia ]; } { names = [ "LAME" ]; enable = withLame; pkgs = [ lame ]; } { names = [ "LIBVLC" ]; enable = withLibVlc; pkgs = [ libvlc ]; } { names = [ "MTP" ]; enable = withMtp; pkgs = [ libmtp ]; } Loading @@ -76,7 +73,7 @@ let ]; in mkDerivation rec { stdenv.mkDerivation rec { pname = "cantata"; version = "2.5.0"; Loading @@ -99,13 +96,13 @@ mkDerivation rec { ''; buildInputs = [ qtbase qtsvg qt6.qtbase qt6.qtsvg (perl.withPackages (ppkgs: with ppkgs; [ URI ])) ] ++ lib.flatten (builtins.catAttrs "pkgs" (builtins.filter (e: e.enable) options)); nativeBuildInputs = [ cmake pkg-config qttools ]; nativeBuildInputs = [ cmake pkg-config qt6.qttools ]; cmakeFlags = lib.flatten (map (e: map (f: fstat e.enable f) e.names) options); Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -6119,8 +6119,6 @@ with pkgs; davix-copy = davix.override { enableThirdPartyCopy = true; }; cantata = libsForQt5.callPackage ../applications/audio/cantata { }; cantoolz = callPackage ../tools/networking/cantoolz { }; can-utils = callPackage ../os-specific/linux/can-utils { }; Loading
pkgs/applications/audio/cantata/dont-check-for-perl-in-PATH.diff→pkgs/by-name/ca/cantata/dont-check-for-perl-in-PATH.diff +0 −0 File moved. View file
pkgs/applications/audio/cantata/default.nix→pkgs/by-name/ca/cantata/package.nix +7 −10 Original line number Diff line number Diff line { mkDerivation { stdenv , lib , fetchFromGitHub , cmake , pkg-config , qtbase , qtsvg , qttools , qt6 , perl # Cantata doesn't build with cdparanoia enabled so we disable that Loading @@ -23,7 +21,6 @@ , taglib , taglib_extras , withHttpStream ? true , qtmultimedia , withReplaygain ? true , ffmpeg , speex Loading Loading @@ -64,7 +61,7 @@ let { names = [ "FFMPEG" "MPG123" "SPEEXDSP" ]; enable = withReplaygain; pkgs = [ ffmpeg speex mpg123 ]; } { names = [ "HTTPS_SUPPORT" ]; enable = true; pkgs = [ ]; } { names = [ "HTTP_SERVER" ]; enable = withHttpServer; pkgs = [ ]; } { names = [ "HTTP_STREAM_PLAYBACK" ]; enable = withHttpStream; pkgs = [ qtmultimedia ]; } { names = [ "HTTP_STREAM_PLAYBACK" ]; enable = withHttpStream; pkgs = [ qt6.qtmultimedia ]; } { names = [ "LAME" ]; enable = withLame; pkgs = [ lame ]; } { names = [ "LIBVLC" ]; enable = withLibVlc; pkgs = [ libvlc ]; } { names = [ "MTP" ]; enable = withMtp; pkgs = [ libmtp ]; } Loading @@ -76,7 +73,7 @@ let ]; in mkDerivation rec { stdenv.mkDerivation rec { pname = "cantata"; version = "2.5.0"; Loading @@ -99,13 +96,13 @@ mkDerivation rec { ''; buildInputs = [ qtbase qtsvg qt6.qtbase qt6.qtsvg (perl.withPackages (ppkgs: with ppkgs; [ URI ])) ] ++ lib.flatten (builtins.catAttrs "pkgs" (builtins.filter (e: e.enable) options)); nativeBuildInputs = [ cmake pkg-config qttools ]; nativeBuildInputs = [ cmake pkg-config qt6.qttools ]; cmakeFlags = lib.flatten (map (e: map (f: fstat e.enable f) e.names) options); Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -6119,8 +6119,6 @@ with pkgs; davix-copy = davix.override { enableThirdPartyCopy = true; }; cantata = libsForQt5.callPackage ../applications/audio/cantata { }; cantoolz = callPackage ../tools/networking/cantoolz { }; can-utils = callPackage ../os-specific/linux/can-utils { };