Merge pull request #84956 from schmittlauch/gst-disable-zbar
gst-plugins-bad: disable zbar by default
This commit is contained in:
commit
11e0f5993b
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue