pythonPackages.sentencepiece: init at 0.1.84
This commit is contained in:
15
pkgs/development/python-modules/sentencepiece/default.nix
Normal file
15
pkgs/development/python-modules/sentencepiece/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ buildPythonPackage
|
||||
, stdenv
|
||||
, sentencepiece
|
||||
, pkgconfig
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sentencepiece";
|
||||
inherit (sentencepiece) version src meta;
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ sentencepiece ];
|
||||
|
||||
sourceRoot = "source/python";
|
||||
}
|
||||
Reference in New Issue
Block a user