lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

v4l2loopback: Fix issue with buildEnv using bin output

See https://github.com/NixOS/nixpkgs/pull/134311#issuecomment-901952544

+1
+1
pkgs/os-specific/linux/v4l2loopback/default.nix
··· 40 40 license = licenses.gpl2Only; 41 41 maintainers = with maintainers; [ fortuneteller2k ]; 42 42 platforms = platforms.linux; 43 + outputsToInstall = [ "out" ]; 43 44 }; 44 45 }