Loading pkgs/development/python-modules/lnkparse3/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, pyyaml, setuptools, }: Loading @@ -13,8 +12,6 @@ buildPythonPackage rec { version = "1.5.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Matmaus"; repo = "LnkParse3"; Loading @@ -33,7 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Windows Shortcut file (LNK) parser"; homepage = "https://github.com/Matmaus/LnkParse3"; changelog = "https://github.com/Matmaus/LnkParse3/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/Matmaus/LnkParse3/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/lnkparse3/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, pyyaml, setuptools, }: Loading @@ -13,8 +12,6 @@ buildPythonPackage rec { version = "1.5.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Matmaus"; repo = "LnkParse3"; Loading @@ -33,7 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Windows Shortcut file (LNK) parser"; homepage = "https://github.com/Matmaus/LnkParse3"; changelog = "https://github.com/Matmaus/LnkParse3/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/Matmaus/LnkParse3/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading