nixpkgs-manual.{lib-docs,tests}: Fix cross build

This commit is contained in:
Artturin
2024-12-12 21:09:56 +02:00
parent 764c99481a
commit 8a6ca8f17c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ stdenvNoCC.mkDerivation {
fileset = ../../lib;
};
buildInputs = [
nativeBuildInputs = [
nixdoc
nix
];
+1 -1
View File
@@ -17,7 +17,7 @@ invalidateFetcherByDrvHash (
{
nativeBuildInputs = [
cacert
(python3.withPackages (p: [
(python3.pythonOnBuildForHost.withPackages (p: [
p.aiohttp
p.rich
p.structlog