mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
brutalmaze: switch to pypaBuildHook
This commit is contained in:
parent
4fcabcd837
commit
f9f04e7728
@ -3,7 +3,7 @@
|
|||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "brutalmaze";
|
pname = "brutalmaze";
|
||||||
version = "1.1.1";
|
version = "1.1.1";
|
||||||
format = "flit";
|
format = "pyproject";
|
||||||
disabled = python3Packages.pythonOlder "3.7";
|
disabled = python3Packages.pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
@ -13,6 +13,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
sha256 = "1m105iq378mypj64syw59aldbm6bj4ma4ynhc50gafl656fabg4y";
|
sha256 = "1m105iq378mypj64syw59aldbm6bj4ma4ynhc50gafl656fabg4y";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = with python3Packages; [
|
||||||
|
flit-core
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
loca
|
loca
|
||||||
palace
|
palace
|
||||||
|
Loading…
Reference in New Issue
Block a user