Commit 8a6ca8f1 authored by Artturin's avatar Artturin
Browse files

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

parent 764c9948
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ stdenvNoCC.mkDerivation {
    fileset = ../../lib;
  };

  buildInputs = [
  nativeBuildInputs = [
    nixdoc
    nix
  ];
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ invalidateFetcherByDrvHash (
    {
      nativeBuildInputs = [
        cacert
        (python3.withPackages (p: [
        (python3.pythonOnBuildForHost.withPackages (p: [
          p.aiohttp
          p.rich
          p.structlog