v4l2loopback: fix build in kernel 3.18

This commit is contained in:
Domen Kožar
2014-12-10 12:55:04 +01:00
parent 5c52382448
commit 024a28e5e8
2 changed files with 33 additions and 0 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sed -i '/depmod/d' Makefile
export PATH=${kmod}/sbin:$PATH
'';
patches = [ ./kernel-3.18-fix.patch ];
buildInputs = [ kmod ];