Merge pull request #84956 from schmittlauch/gst-disable-zbar
gst-plugins-bad: disable zbar by default
This commit is contained in:
commit
11e0f5993b
@ -10,7 +10,7 @@
|
||||
, gst-plugins-base
|
||||
, orc
|
||||
, gobject-introspection
|
||||
, enableZbar ? true
|
||||
, enableZbar ? false
|
||||
, faacSupport ? false
|
||||
, faac ? null
|
||||
, faad2
|
||||
|
@ -53,7 +53,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
(gst_all_1.gst-plugins-good.override { gtkSupport = true; })
|
||||
gst_all_1.gst-plugins-bad # for zbar plug-in
|
||||
(gst_all_1.gst-plugins-bad.override { enableZbar = true; }) # for zbar plug-in
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user