zfs: use multiple outputs

Some dev headers are especially large.
This commit is contained in:
Franz Pletz 2017-08-14 07:55:31 +02:00
parent 3317c71c5c
commit eb9f427d4e
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -107,6 +107,8 @@ in stdenv.mkDerivation rec {
rm -rf $out/share/zfs/zfs-tests rm -rf $out/share/zfs/zfs-tests
''; '';
outputs = [ "out" ] ++ optionals buildUser [ "lib" "dev" ];
meta = { meta = {
description = "ZFS Filesystem Linux Kernel module"; description = "ZFS Filesystem Linux Kernel module";
longDescription = '' longDescription = ''