3
0
Fork 0
forked from mirrors/nixpkgs

zbar requires v4l1; disabe video

This commit is contained in:
Michael Raskin 2013-03-09 12:59:45 +04:00
parent b26c770651
commit dcf04b6063

View file

@ -30,6 +30,8 @@ rec {
/* doConfigure should be removed if not needed */
phaseNames = ["doConfigure" "doMakeInstall"];
configureFlags = ["--disable-video"];
meta = {
description = "Bar code toolset";