mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
ninja: support cross compilation
This commit is contained in:
parent
41c8b92d4f
commit
33ed2af2a7
@ -15,7 +15,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildPhase = ''
|
||||
python configure.py --bootstrap
|
||||
./ninja manual
|
||||
# "./ninja -vn manual" output copied here to support cross compilation.
|
||||
asciidoc -b docbook -d book -o build/manual.xml doc/manual.asciidoc
|
||||
xsltproc --nonet doc/docbook.xsl build/manual.xml > doc/manual.html
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user