cobang: move to by-name

(cherry picked from commit 904070f0ad)
This commit is contained in:
wxt 2024-11-25 19:23:38 +08:00 committed by github-actions[bot]
parent f1f029e5cb
commit a1171ab131
2 changed files with 1 additions and 6 deletions

View File

@ -11,7 +11,6 @@
, requests
, single-version
, gobject-introspection
, gst-plugins-good
, gtk3
, libhandy
, librsvg
@ -49,7 +48,7 @@ buildPythonApplication rec {
buildInputs = [
# Requires v4l2src
gst-plugins-good
(gst_all_1.gst-plugins-good.override { gtkSupport = true; });
# For gobject namespaces
libhandy
networkmanager

View File

@ -3071,10 +3071,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
cobang = python311Packages.callPackage ../applications/misc/cobang {
gst-plugins-good = gst_all_1.gst-plugins-good.override { gtkSupport = true; };
};
cocoapods = callPackage ../development/tools/cocoapods { };
cocoapods-beta = lowPrio (callPackage ../development/tools/cocoapods { beta = true; });