mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
Merge pull request #235136 from aaronjheng/clementine
clementine: unpin protobuf
This commit is contained in:
commit
031dc1a917
@ -6288,7 +6288,6 @@ with pkgs;
|
|||||||
clementine = libsForQt5.callPackage ../applications/audio/clementine {
|
clementine = libsForQt5.callPackage ../applications/audio/clementine {
|
||||||
gst_plugins =
|
gst_plugins =
|
||||||
with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav ];
|
with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav ];
|
||||||
protobuf = protobuf3_19;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
mellowplayer = libsForQt5.callPackage ../applications/audio/mellowplayer { };
|
mellowplayer = libsForQt5.callPackage ../applications/audio/mellowplayer { };
|
||||||
|
Loading…
Reference in New Issue
Block a user