mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 3 additions and 3 deletions
|
@ -8,18 +8,18 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "v4l-utils-${version}";
|
||||
version = "1.16.0";
|
||||
version = "1.16.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://linuxtv.org/downloads/v4l-utils/${name}.tar.bz2";
|
||||
sha256 = "1b8bx9zfaw0crjkfh0wwyixbv4683mkw0cb3nxwc7fl489c2bd7i";
|
||||
sha256 = "0iwfdp4ghzd6l9qg5545032vwmqy2rnhk0xf1g9mad67l74hhckc";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
configureFlags =
|
||||
if withUtils then [
|
||||
"--with-udevdir=\${out}/lib/udev"
|
||||
"--with-udevdir=${placeholder "out"}/lib/udev"
|
||||
] else [
|
||||
"--disable-v4l-utils"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue