Skip to content

Commit

Permalink
linuxPackages_latest.v4l2loopback: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Jan 22, 2025
1 parent c91bf08 commit b374b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/v4l2loopback/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ stdenv.mkDerivation {
preBuild = ''
substituteInPlace Makefile --replace "modules_install" "INSTALL_MOD_PATH=$out modules_install"
sed -i '/depmod/d' Makefile
export buildRoot=.
'';

nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies;
Expand Down

0 comments on commit b374b63

Please sign in to comment.