mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 09:02:46 +00:00
63bd7cdb79
svn path=/nixpkgs/trunk/; revision=2264
8 lines
108 B
Nix
8 lines
108 B
Nix
{stdenv}:
|
|
|
|
stdenv.mkDerivation {
|
|
name = "bash-static-2.05b";
|
|
builder = ./builder.sh;
|
|
src = ./bash;
|
|
}
|