Commit graph

19 commits

Author SHA1 Message Date
fortuneteller2k 943d26cf3b linuxPackages_4_4.v4l2loopback: fix build for 4.4 kernels 2021-06-06 13:07:26 +08:00
Domen Kožar 52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
jakobrs d21cc14114 v4l2loopback: 0.12.4 -> 0.12.5 2020-04-29 07:19:01 +02:00
Andreas Stührk 9ddfde8977 v4l2loopback: 0.12.3 -> 0.12.4 2020-04-10 14:22:11 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Cole Mickens c841d2017e v4l2loopback: 0.12.2 -> 0.12.3 2020-01-17 00:16:26 -08:00
Cole Mickens cb04c66a30 v4l2loopback: 0.12.0 -> 0.12.2 2019-10-23 01:45:27 -07:00
Ryan Trinkle 3ae9bf6d0e v42lloopback: 0.11 -> 0.12 2018-10-08 15:00:13 -04:00
Piotr Bogdan 6b8a6faf62 linuxPackages.v4l2loopback: 0.9.1 -> 0.11.0 2018-03-28 23:42:40 +01:00
Andreas Rammhold 2bd9f81abd
linuxPackages.v4l2loopback: fix compilation with linux-4.14 2018-01-19 14:40:13 +01:00
Franz Pletz f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv 2016-05-18 17:10:02 +02:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster 33a0e63fbf linuxPackages.v4l2loopback: no format/pic hardening 2016-02-07 22:45:28 +00:00
Nathaniel Baxter 6bff6eec67 v4l2loopback: update 0.8.0 -> 0.9.1 2015-07-25 11:59:09 +10:00
Domen Kožar 024a28e5e8 v4l2loopback: fix build in kernel 3.18 2014-12-10 12:55:04 +01:00
Domen Kožar f7b19ea8b3 typo 2014-04-02 12:40:59 +02:00
Domen Kožar c6ebbd29e5 add v4l2loopback: a kernel module to create V4L2 loopback devices 2014-03-31 20:02:53 +02:00