d133b324c0
svn path=/nixpkgs/trunk/; revision=1578
8 lines
108 B
Nix
8 lines
108 B
Nix
{stdenv}:
|
|
|
|
stdenv.mkDerivation {
|
|
name = "bash-static-2.05b";
|
|
builder = ./builder.sh;
|
|
src = ./bash;
|
|
}
|