xenon: refactor
this shouldn't create any rebuilds
This commit is contained in:
@@ -4,17 +4,13 @@
|
||||
python3,
|
||||
}:
|
||||
|
||||
let
|
||||
python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pname = "xenon";
|
||||
version = "0.9.3";
|
||||
in
|
||||
python3.pkgs.buildPythonApplication {
|
||||
|
||||
inherit pname version;
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-SnU42LoIql15BV+z4LI5PAvW19FqSrD83vAu8fEKQ/o=";
|
||||
};
|
||||
|
||||
@@ -37,4 +33,4 @@ python3.pkgs.buildPythonApplication {
|
||||
maintainers = with lib.maintainers; [ jfvillablanca ];
|
||||
mainProgram = "xenon";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user