This website requires JavaScript.
Explore
Help
Sign In
philipp
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Activity
042afeeed8
nixpkgs
/
pkgs
/
stdenv
/
nix-linux-static
/
bash-static
/
default.nix
8 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
add another package for bootstrapping. Only bzip2 and gzip are still missing... svn path=/nixpkgs/trunk/; revision=1548
2004-10-07 17:44:12 +02:00
{
stdenv
}:
stdenv
.
mkDerivation
{
name
=
"
b
a
s
h
-
s
t
a
t
i
c
-
2
.
0
5
b
"
;
builder
=
./builder.sh
;
don't let bash depend on tar and gzip svn path=/nixpkgs/trunk/; revision=1578
2004-10-19 13:50:04 +02:00
src
=
./bash
;
add another package for bootstrapping. Only bzip2 and gzip are still missing... svn path=/nixpkgs/trunk/; revision=1548
2004-10-07 17:44:12 +02:00
}
Reference in a new issue
Copy permalink