Merge pull request #154015 from pennae/fix-docs-cross
nixos/documentation: fix docs cross build
This commit is contained in:
commit
f80f85f228
@ -214,7 +214,7 @@ in rec {
|
|||||||
|
|
||||||
manualEpub = runCommand "nixos-manual-epub"
|
manualEpub = runCommand "nixos-manual-epub"
|
||||||
{ inherit sources;
|
{ inherit sources;
|
||||||
buildInputs = [ libxml2.bin libxslt.bin zip ];
|
nativeBuildInputs = [ buildPackages.libxml2.bin buildPackages.libxslt.bin buildPackages.zip ];
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
# Generate the epub manual.
|
# Generate the epub manual.
|
||||||
|
@ -76,7 +76,7 @@ let
|
|||||||
} ''
|
} ''
|
||||||
export NIX_STORE_DIR=$TMPDIR/store
|
export NIX_STORE_DIR=$TMPDIR/store
|
||||||
export NIX_STATE_DIR=$TMPDIR/state
|
export NIX_STATE_DIR=$TMPDIR/state
|
||||||
${pkgs.nix}/bin/nix-instantiate \
|
${pkgs.buildPackages.nix}/bin/nix-instantiate \
|
||||||
--show-trace \
|
--show-trace \
|
||||||
--eval --json --strict \
|
--eval --json --strict \
|
||||||
--argstr libPath "$libPath" \
|
--argstr libPath "$libPath" \
|
||||||
|
Loading…
Reference in New Issue
Block a user