pythonPackages.sentencepiece: init at 0.1.84
This commit is contained in:
parent
82116878da
commit
0b68e445e1
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";
|
||||
}
|
@ -1281,6 +1281,10 @@ in {
|
||||
|
||||
selectors2 = callPackage ../development/python-modules/selectors2 { };
|
||||
|
||||
sentencepiece = callPackage ../development/python-modules/sentencepiece {
|
||||
inherit (pkgs) sentencepiece pkgconfig;
|
||||
};
|
||||
|
||||
sentinel = callPackage ../development/python-modules/sentinel { };
|
||||
|
||||
sentry-sdk = callPackage ../development/python-modules/sentry-sdk {};
|
||||
|
Loading…
Reference in New Issue
Block a user