chore(deps): update nixpkgs
This commit is contained in:
committed by
Wolfgang Walther
parent
64a6cf8cb8
commit
a132a4fe2c
+1
-3
@@ -15,9 +15,7 @@ let
|
||||
ps.sphinx-tabs
|
||||
ps.sphinx-copybutton
|
||||
ps.sphinxext-opengraph
|
||||
(ps.callPackage ../docs-extensions/sphinx-rtd-dark-mode.nix { })
|
||||
# TODO: Remove override once new sphinx-intl version (> 2.1.0) is released and available in nixpkgs
|
||||
(ps.sphinx-intl.overrideAttrs (drv: { nativeBuildInputs = drv.nativeBuildInputs ++ [ ps.six ]; }))
|
||||
ps.sphinx-rtd-dark-mode
|
||||
];
|
||||
|
||||
python = python3.withPackages selectPythonPackages;
|
||||
|
||||
Reference in New Issue
Block a user