tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.language-data: use buildPythonPackage
Martin Weinelt
3 years ago
08ad6072
28e35ec9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
language-data
default.nix
+2
-2
pkgs/development/python-modules/language-data/default.nix
···
1
{ lib
2
-
, buildPythonApplication
3
, fetchFromGitHub
4
, marisa-trie
5
, poetry-core
···
7
, setuptools
8
}:
9
10
-
buildPythonApplication rec {
11
pname = "language-data";
12
version = "1.0.1";
13
format = "pyproject";
···
1
{ lib
2
+
, buildPythonPackage
3
, fetchFromGitHub
4
, marisa-trie
5
, poetry-core
···
7
, setuptools
8
}:
9
10
+
buildPythonPackage rec {
11
pname = "language-data";
12
version = "1.0.1";
13
format = "pyproject";