nixpkgs-manual.{lib-docs,tests}: Fix cross build
This commit is contained in:
parent
764c99481a
commit
8a6ca8f17c
@ -95,7 +95,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
fileset = ../../lib;
|
fileset = ../../lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
nativeBuildInputs = [
|
||||||
nixdoc
|
nixdoc
|
||||||
nix
|
nix
|
||||||
];
|
];
|
||||||
|
@ -17,7 +17,7 @@ invalidateFetcherByDrvHash (
|
|||||||
{
|
{
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cacert
|
cacert
|
||||||
(python3.withPackages (p: [
|
(python3.pythonOnBuildForHost.withPackages (p: [
|
||||||
p.aiohttp
|
p.aiohttp
|
||||||
p.rich
|
p.rich
|
||||||
p.structlog
|
p.structlog
|
||||||
|
Loading…
Reference in New Issue
Block a user