mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
use finalAttrs
This commit is contained in:
@@ -6,14 +6,11 @@
|
||||
regex,
|
||||
...
|
||||
}:
|
||||
let
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "indic_transliteration";
|
||||
in
|
||||
buildPythonPackage {
|
||||
inherit pname;
|
||||
version = "unstable-2020-12-15";
|
||||
src = fetchFromGitHub {
|
||||
repo = pname;
|
||||
repo = finalAttrs.pname;
|
||||
owner = "sanskrit-coders";
|
||||
rev = "2ea25a03af15937916b6768835e056166986c567";
|
||||
sha256 = "1pcf800hl0zkcffc47mkjq9mizsxdi0hwxlnij5bvbqdshd3w9ll";
|
||||
@@ -21,4 +18,4 @@ buildPythonPackage {
|
||||
patches = [./regex-version.patch];
|
||||
propagatedBuildInputs = [backports_functools_lru_cache selenium regex];
|
||||
doCheck = false;
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user