Skip to content

Commit

Permalink
nixpkgs-manual.{lib-docs,tests}: Fix cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Dec 12, 2024
1 parent 764c994 commit 8a6ca8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/doc-support/lib-function-docs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ stdenvNoCC.mkDerivation {
fileset = ../../lib;
};

buildInputs = [
nativeBuildInputs = [
nixdoc
nix
];
Expand Down
2 changes: 1 addition & 1 deletion doc/tests/manpage-urls.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ invalidateFetcherByDrvHash (
{
nativeBuildInputs = [
cacert
(python3.withPackages (p: [
(python3.pythonOnBuildForHost.withPackages (p: [
p.aiohttp
p.rich
p.structlog
Expand Down

0 comments on commit 8a6ca8f

Please sign in to comment.