3
0
Fork 0
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:
Bernardo Meurer 2021-08-19 20:18:39 +00:00 committed by GitHub
commit 76053104ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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