cobang: move to by-name

This commit is contained in:
wxt 2024-11-25 19:23:38 +08:00
parent 3a2d84ad33
commit 904070f0ad
No known key found for this signature in database
GPG Key ID: F62181757D8BF693
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

@ -3047,10 +3047,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; });