mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 03:48:14 +00:00
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;
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
nixdoc
|
||||
nix
|
||||
];
|
||||
|
@ -17,7 +17,7 @@ invalidateFetcherByDrvHash (
|
||||
{
|
||||
nativeBuildInputs = [
|
||||
cacert
|
||||
(python3.withPackages (p: [
|
||||
(python3.pythonOnBuildForHost.withPackages (p: [
|
||||
p.aiohttp
|
||||
p.rich
|
||||
p.structlog
|
||||
|
Loading…
Reference in New Issue
Block a user