Split outputs to out, dev and man

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