sentencepiece: move gperftools from nativeBuildInputs to buildInputs
This commit is contained in:
parent
24fb219e2c
commit
d2e4f3c6d9
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
|
||||||
hash = "sha256-xpVihdSpjO/mJWM5nzVg9CND3oAEdfCwXQW0jqLVDBA=";
|
hash = "sha256-xpVihdSpjO/mJWM5nzVg9CND3oAEdfCwXQW0jqLVDBA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ] ++ lib.optional withGPerfTools gperftools;
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
|
buildInputs = lib.optionals withGPerfTools [ gperftools ];
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" ];
|
outputs = [ "bin" "dev" "out" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue