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).
This commit is contained in:
Vladimír Čunát 2015-10-07 23:20:28 +02:00
parent 968567c6e5
commit b528a5a95e

View file

@ -32,6 +32,9 @@ stdenv.mkDerivation rec {
patches = [ ./gcc-4.9.patch ];
outputs = [ "out" "lib" "doc" ]; # a small single header
outputMan = "out";
nativeBuildInputs = [ ]
++ optional nasmSupport nasm;