Merge pull request #94848 from colemickens/v4l-utils

v4l-utils: fix by patchShebangs on cec-gen.pl
This commit is contained in:
Sarah Brofeldt 2020-08-07 07:25:29 +02:00 committed by GitHub
commit 43811430b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; {