mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
cobang: move to by-name
This commit is contained in:
parent
3a2d84ad33
commit
904070f0ad
@ -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
|
@ -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; });
|
||||
|
Loading…
Reference in New Issue
Block a user