tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Split outputs to out, dev and man
Markov Dmitry
7 years ago
bf453ad4
0b701f47
+2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
cryptsetup
default.nix
+2
pkgs/os-specific/linux/cryptsetup/default.nix
···
7
7
stdenv.mkDerivation rec {
8
8
name = "cryptsetup-2.0.4";
9
9
10
10
+
outputs = [ "out" "dev" "man" ];
11
11
+
10
12
src = fetchurl {
11
13
url = "mirror://kernel/linux/utils/cryptsetup/v2.0/${name}.tar.xz";
12
14
sha256 = "0d2p9g2wqcv6l3671gvw96p16jadbgyh21ddy2bhqgi96dq3qflx";