Split outputs to out, dev and man

+2
+2
pkgs/os-specific/linux/cryptsetup/default.nix
··· 7 stdenv.mkDerivation rec { 8 name = "cryptsetup-2.0.4"; 9 10 src = fetchurl { 11 url = "mirror://kernel/linux/utils/cryptsetup/v2.0/${name}.tar.xz"; 12 sha256 = "0d2p9g2wqcv6l3671gvw96p16jadbgyh21ddy2bhqgi96dq3qflx";
··· 7 stdenv.mkDerivation rec { 8 name = "cryptsetup-2.0.4"; 9 10 + outputs = [ "out" "dev" "man" ]; 11 + 12 src = fetchurl { 13 url = "mirror://kernel/linux/utils/cryptsetup/v2.0/${name}.tar.xz"; 14 sha256 = "0d2p9g2wqcv6l3671gvw96p16jadbgyh21ddy2bhqgi96dq3qflx";