mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
commit
0c22a98f11
@ -2,18 +2,13 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "i3a";
|
||||
version = "2.0.1";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-2k1HYtgJ76qXLvX6RmOSKtMMg+K722n8U9YmBANvQvE=";
|
||||
hash = "sha256-b1bB7Gto4aL1rbQXIelBVhutjIvZY+K+Y66BGN7OcCs=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "python_requires='>=3.7,<3.10'," "python_requires='>=3.7',"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ python3Packages.setuptools-scm ];
|
||||
|
||||
propagatedBuildInputs = [ python3Packages.i3ipc ];
|
||||
@ -21,8 +16,9 @@ python3Packages.buildPythonApplication rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://git.goral.net.pl/mgoral/i3a";
|
||||
changelog = "https://git.goral.net.pl/i3a.git/log/";
|
||||
description = "A set of scripts used for automation of i3 and sway window manager layouts";
|
||||
homepage = "https://git.goral.net.pl/i3a.git/about";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ moni ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user