v4l2loopback: Fix issue with buildEnv using bin output

See https://github.com/NixOS/nixpkgs/pull/134311#issuecomment-901952544
This commit is contained in:
Las Safin 2021-08-19 15:23:39 +00:00
parent 47aa19484c
commit d8c9c038e6
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6

View File

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
maintainers = with maintainers; [ fortuneteller2k ];
platforms = platforms.linux;
outputsToInstall = [ "out" ];
};
}