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