mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
ntfs-3g: Split into multiple outputs
This commit is contained in:
parent
0541762f06
commit
402ab2134f
@ -6,6 +6,8 @@ stdenv.mkDerivation rec {
|
||||
version = "2017.3.23";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
outputs = [ "out" "dev" "man" "doc" ];
|
||||
|
||||
buildInputs = [ libuuid ] ++ stdenv.lib.optionals crypto [ gnutls libgcrypt ];
|
||||
nativeBuildInputs = stdenv.lib.optional crypto pkgconfig;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user