pythonPackages.flatbuffers: init at 1.12.0
This commit is contained in:
17
pkgs/development/python-modules/flatbuffers/default.nix
Normal file
17
pkgs/development/python-modules/flatbuffers/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, flatbuffers
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
inherit (flatbuffers) pname version src;
|
||||
|
||||
sourceRoot = "source/python";
|
||||
|
||||
pythonImportsCheck = [ "flatbuffers" ];
|
||||
|
||||
meta = flatbuffers.meta // {
|
||||
description = "Python runtime library for use with the Flatbuffers serialization format";
|
||||
maintainers = with stdenv.lib.maintainers; [ wulfsta ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user