libunistring: split into multiple outputs
Saves ~1 MB. Through default gnutls, many closures are affected. Reverse deps seem to build OK.
This commit is contained in:
parent
b17eb34203
commit
e688bbbee4
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = stdenv.lib.optional stdenv.isDarwin [ ./clang.patch ];
|
||||
|
||||
outputs = [ "out" "dev" "info" "doc" ];
|
||||
|
||||
propagatedBuildInputs = stdenv.lib.optional (!stdenv.isLinux) libiconv;
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user