This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
742c1ef85e
nixpkgs
/
pkgs
/
stdenv
/
linux
/
scripts
/
builder-stdenv-initial.sh
10 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
add (refactored) static stuff svn path=/nixpkgs/branches/nixos-pkgs/; revision=1679
2004-11-04 12:20:54 +00:00
set
-e
* Purity fixes, courtesy of NixOS :-) svn path=/nixpkgs/trunk/; revision=3675
2005-08-24 10:21:37 +01:00
PATH
=
$staticTools
/bin
add (refactored) static stuff svn path=/nixpkgs/branches/nixos-pkgs/; revision=1679
2004-11-04 12:20:54 +00:00
mkdir
$out
cat >
$out
/setup <<EOF
* Use bzip instead of gzip for downloaded archives. * Combine most of the archives together into one file (static.bz2). * Don't depend on Subversion directories, but single files only. Otherwise any Subversion operation may cause a rebuild because something in .svn changes. It would be nice if .svn directories were filtered out when copying things to the store. * Glibc tarball: removed all .so files, /bin and /sbin, etc., and put linux-headers in the Glibc tarball. svn path=/nixpkgs/trunk/; revision=2265
2005-02-22 07:59:15 +00:00
PATH
=
$staticTools
/bin
EOF
Reference in New Issue
Copy Permalink