Merge pull request #51369 from dtzWill/update/v4l-utils-1.16.2
v4l_utils: 1.16.0 -> 1.16.2
This commit is contained in:
commit
eb250e2ddd
@ -8,18 +8,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "v4l-utils-${version}";
|
name = "v4l-utils-${version}";
|
||||||
version = "1.16.0";
|
version = "1.16.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://linuxtv.org/downloads/v4l-utils/${name}.tar.bz2";
|
url = "https://linuxtv.org/downloads/v4l-utils/${name}.tar.bz2";
|
||||||
sha256 = "1b8bx9zfaw0crjkfh0wwyixbv4683mkw0cb3nxwc7fl489c2bd7i";
|
sha256 = "0iwfdp4ghzd6l9qg5545032vwmqy2rnhk0xf1g9mad67l74hhckc";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
if withUtils then [
|
if withUtils then [
|
||||||
"--with-udevdir=\${out}/lib/udev"
|
"--with-udevdir=${placeholder "out"}/lib/udev"
|
||||||
] else [
|
] else [
|
||||||
"--disable-v4l-utils"
|
"--disable-v4l-utils"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user