initial commit
This commit is contained in:
commit
e3b0136650
9 changed files with 245 additions and 0 deletions
18
package/pyjls/default.nix
Normal file
18
package/pyjls/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
let
|
||||
v."0.15.0" = "sha256-lr23f8YDF/7f/dAJIiZdy69lzcnO0HRkbYS/GkOYwfo=";
|
||||
in {
|
||||
callPackage,
|
||||
jetperch,
|
||||
name ? "pyjls",
|
||||
version ? "0.15.0",
|
||||
hash ? v.${version} or "",
|
||||
}: callPackage ../python.nix {
|
||||
inherit name;
|
||||
inherit jetperch;
|
||||
inherit version;
|
||||
inherit hash;
|
||||
repo = "jls";
|
||||
pydeps = py: with py; [
|
||||
numpy
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue