lol

lame: split into multiple outputs, slightly unusually

Here it seemed that the library doesn't belong into $out,
so I left most in $out and separated $lib (and $doc).

+3
+3
pkgs/development/libraries/lame/default.nix
··· 32 32 33 33 patches = [ ./gcc-4.9.patch ]; 34 34 35 + outputs = [ "out" "lib" "doc" ]; # a small single header 36 + outputMan = "out"; 37 + 35 38 nativeBuildInputs = [ ] 36 39 ++ optional nasmSupport nasm; 37 40