Skip to content

Commit

Permalink
bootstrap stage 2: + nxfs-texinfo-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rconybea committed Dec 26, 2024
1 parent ff1ed6a commit a744a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nxfspkgs/bootstrap-2/nxfs-texinfo-2/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "TMPDIR=${TMPDIR}"
# 3. ${toolchain}/bin has x86_64-pc-linux-gnu-ar
# 4. ${toolchain}/x86_64-pc-linux-gnu/bin has ar <- autotools looks for this
#
export PATH="${gcc_wrapper}/bin:${toolchain}/bin:${toolchain}/x86_64-pc-linux-gnu/bin:${gnumake}/bin:${gawk}/bin:${grep}/bin:${sed}/bin:${tar}/bin:${coreutils}/bin:${bash}/bin"
export PATH="${gcc_wrapper}/bin:${toolchain}/bin:${toolchain}/x86_64-pc-linux-gnu/bin:${perl}/bin:${gnumake}/bin:${gawk}/bin:${grep}/bin:${sed}/bin:${tar}/bin:${coreutils}/bin:${bash}/bin"

ls -l ${toolchain}/x86_64-pc-linux-gnu/bin

Expand Down
2 changes: 2 additions & 0 deletions nxfspkgs/bootstrap-2/nxfs-texinfo-2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let
nxfs-sed-2 = import ../nxfs-sed-2/default.nix;
nxfs-grep-2 = import ../nxfs-grep-2/default.nix;
nxfs-bash-2 = import ../nxfs-bash-2/default.nix;
nxfs-perl-2 = import ../nxfs-perl-2/default.nix;

nxfs-toolchain-1 = import ../../bootstrap-1/nxfs-toolchain-1/default.nix;
nxfs-sysroot-1 = import ../../bootstrap-1/nxfs-sysroot-1/default.nix;
Expand All @@ -26,6 +27,7 @@ derivation {
gnused = nxfs-sed-2;
gawk = nxfs-gawk-2;
grep = nxfs-grep-2;
perl = nxfs-perl-2;

toolchain = nxfs-toolchain-1;
sysroot = nxfs-sysroot-1;
Expand Down

0 comments on commit a744a08

Please sign in to comment.