forked from mirrors/nixpkgs
brutalmaze: switch to pypaBuildHook
This commit is contained in:
parent
4fcabcd837
commit
f9f04e7728
|
@ -3,7 +3,7 @@
|
|||
python3Packages.buildPythonApplication rec {
|
||||
pname = "brutalmaze";
|
||||
version = "1.1.1";
|
||||
format = "flit";
|
||||
format = "pyproject";
|
||||
disabled = python3Packages.pythonOlder "3.7";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
|
@ -13,6 +13,10 @@ python3Packages.buildPythonApplication rec {
|
|||
sha256 = "1m105iq378mypj64syw59aldbm6bj4ma4ynhc50gafl656fabg4y";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
flit-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
loca
|
||||
palace
|
||||
|
|
Loading…
Reference in a new issue