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:
parent
968567c6e5
commit
b528a5a95e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user