mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 07:04:25 +00:00
![Eelco Dolstra](/assets/img/avatar_default.png)
* Add an MD5 hash for the downloaded files. * Rename some files. svn path=/nixpkgs/trunk/; revision=2267
10 lines
90 B
Bash
10 lines
90 B
Bash
set -e
|
|
|
|
PATH=$coreutils/bin
|
|
|
|
mkdir $out
|
|
|
|
cat > $out/setup <<EOF
|
|
PATH=$staticTools/bin
|
|
EOF
|