forked from mirrors/nixpkgs
Merge pull request #134818 from L-as/v4l2loopback
v4l2loopback: Fix issue with buildEnv using bin output
This commit is contained in:
commit
76053104ea
|
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
platforms = platforms.linux;
|
||||
outputsToInstall = [ "out" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue