mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
python312Packages.mkdocs-autorefs: refactor
This commit is contained in:
parent
83f186230e
commit
969a8b47fd
@ -12,7 +12,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "mkdocs-autorefs";
|
||||
version = "1.2.0";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@ -28,9 +28,9 @@ buildPythonPackage rec {
|
||||
--replace 'dynamic = ["version"]' 'version = "${version}"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pdm-backend ];
|
||||
build-system = [ pdm-backend ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
markdown
|
||||
mkdocs
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user