mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +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";
|
version = "2017.3.23";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" "man" "doc" ];
|
||||||
|
|
||||||
buildInputs = [ libuuid ] ++ stdenv.lib.optionals crypto [ gnutls libgcrypt ];
|
buildInputs = [ libuuid ] ++ stdenv.lib.optionals crypto [ gnutls libgcrypt ];
|
||||||
nativeBuildInputs = stdenv.lib.optional crypto pkgconfig;
|
nativeBuildInputs = stdenv.lib.optional crypto pkgconfig;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user