v4l-utils: fix by patchShebangs on cec-gen.pl

This commit is contained in:
Cole Mickens
2020-08-06 22:02:44 -07:00
parent 9764d44517
commit 3a2d677b0b

View File

@@ -41,6 +41,7 @@ in stdenv.mkDerivation rec {
postPatch = ''
patchShebangs utils/cec-ctl/msg2ctl.pl
patchShebangs utils/libcecutil/cec-gen.pl
'';
meta = with stdenv.lib; {