mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
Split outputs to out, dev and man
This commit is contained in:
parent
0b701f479f
commit
bf453ad4e5
@ -7,6 +7,8 @@ assert enablePython -> python2 != null;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cryptsetup-2.0.4";
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/utils/cryptsetup/v2.0/${name}.tar.xz";
|
||||
sha256 = "0d2p9g2wqcv6l3671gvw96p16jadbgyh21ddy2bhqgi96dq3qflx";
|
||||
|
Loading…
Reference in New Issue
Block a user