cantata: remove all-packages.nix definition
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
withHttpStream ? true,
|
||||
gst_all_1,
|
||||
withReplaygain ? true,
|
||||
ffmpeg,
|
||||
ffmpeg_6,
|
||||
speex,
|
||||
mpg123,
|
||||
withMtp ? true,
|
||||
@@ -92,7 +92,7 @@ let
|
||||
];
|
||||
enable = withReplaygain;
|
||||
pkgs = [
|
||||
ffmpeg
|
||||
ffmpeg_6
|
||||
speex
|
||||
mpg123
|
||||
];
|
||||
|
||||
@@ -14075,10 +14075,6 @@ with pkgs;
|
||||
fltk = fltk13;
|
||||
};
|
||||
|
||||
cantata = callPackage ../by-name/ca/cantata/package.nix {
|
||||
ffmpeg = ffmpeg_6;
|
||||
};
|
||||
|
||||
libkazv = callPackage ../by-name/li/libkazv/package.nix {
|
||||
libcpr = libcpr_1_10_5;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user