From 94b7fae0368ff8177c1681cbbe16f7c20715337e Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Wed, 31 May 2023 06:11:34 +0000 Subject: [PATCH] clementine: unpin protobuf --- pkgs/top-level/all-packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index e6dc301d6ebe..50e2b2f9a5da 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6283,7 +6283,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 { };