about summary refs log tree commit diff
path: root/pkg
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-03-21T14·10+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-03-21T14·10+0000
commite582ee67cd682c13667daccf33e8071189ef946c (patch)
treedda9e5e2843aef37a345157e4f4afcf1cf155d08 /pkg
parent88d257b17f0f668798568d68e2d2063f31fe8a2f (diff)
* Fetch sources from the network.
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/aterm-2.0-build.sh2
-rw-r--r--pkg/aterm-2.0.nix3
2 files changed, 3 insertions, 2 deletions
diff --git a/pkg/aterm-2.0-build.sh b/pkg/aterm-2.0-build.sh
index 5d65b7878c1c..872e7aac89e9 100755
--- a/pkg/aterm-2.0-build.sh
+++ b/pkg/aterm-2.0-build.sh
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-export PATH=$utils/bin
+export PATH=$sys1/bin:$sys2/bin
 export LIBRARY_PATH=$glibc/lib
 export CC=$gcc/bin/gcc
 export CFLAGS="-isystem $glibc/include -isystem $kernel/include"
diff --git a/pkg/aterm-2.0.nix b/pkg/aterm-2.0.nix
index 2484001bef60..da2494ad811e 100644
--- a/pkg/aterm-2.0.nix
+++ b/pkg/aterm-2.0.nix
@@ -1,5 +1,6 @@
 # Dependencies.
-utils <- 5703121fe19cbeeaee7edd659cf4a25b # prog-bootstrap
+sys1 <- 1e80cb7e0fbfc9f5c0509a465ecdf6cf # sys1-bootstrap
+sys2 <- 7512824c50c61ea8d89d0f193a4f72d1 # sys2-bootstrap
 gcc <- 02212b3dc4e50349376975367d433929 # gcc-bootstrap
 glibc <- c0ce03ee0bab298babbe7e3b6159d36c # glibc-bootstrap
 kernel <- 3dc8333a2c2b4d627b892755417acf89 # kernel-bootstrap