zfs: use multiple outputs
Some dev headers are especially large.
This commit is contained in:
parent
3317c71c5c
commit
eb9f427d4e
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user