1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00
nixpkgs/pkgs/stdenv/linux/bash-static/default.nix
Eelco Dolstra 63bd7cdb79 * Rename stdenv-nix-linux-static to stdenv-linux.
svn path=/nixpkgs/trunk/; revision=2264
2005-02-21 20:54:34 +00:00

8 lines
108 B
Nix

{stdenv}:
stdenv.mkDerivation {
name = "bash-static-2.05b";
builder = ./builder.sh;
src = ./bash;
}