Unverified Commit 904070f0 authored by wxt's avatar wxt
Browse files

cobang: move to by-name

parent 3a2d84ad
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
+0 −4
Original line number Diff line number Diff line
@@ -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; });