mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
trevorspray: migrate to finalAttrs
This commit is contained in:
parent
99524523f1
commit
4e57cf7c77
1 changed files with 3 additions and 3 deletions
|
|
@ -4,13 +4,13 @@
|
|||
fetchPypi,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pname = "trevorspray";
|
||||
version = "2.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-t6F86JzKLS6f+TN9iMUjqZJkS+ccNRsYa99Mdl2BYwQ=";
|
||||
};
|
||||
|
||||
|
|
@ -34,4 +34,4 @@ python3.pkgs.buildPythonApplication rec {
|
|||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "trevorspray";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue