mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
media-player-info: patch extra shebangs to fix chroot build
This commit is contained in:
parent
c6ead8477d
commit
ad06db5ddc
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ in
|
|||
buildInputs = [ udev ];
|
||||
nativeBuildInputs = [ pkgconfig python3 ];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ./tools
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
configureFlags="$configureFlags --with-udevdir=$out/lib/udev"
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue