Merge pull request #235136 from aaronjheng/clementine

clementine: unpin protobuf
This commit is contained in:
Nick Cao 2023-05-31 20:37:57 -06:00 committed by GitHub
commit 031dc1a917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6288,7 +6288,6 @@ with pkgs;
clementine = libsForQt5.callPackage ../applications/audio/clementine {
gst_plugins =
with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav ];
protobuf = protobuf3_19;
};
mellowplayer = libsForQt5.callPackage ../applications/audio/mellowplayer { };