mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixpkgs-manual.{lib-docs,tests}: Fix cross build
This commit is contained in:
parent
764c99481a
commit
8a6ca8f17c
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue