nixpkgs/pkgs/stdenv/nix-linux-static/bzip2-static/default.nix

8 lines
130 B
Nix
Raw Normal View History

{stdenv}:
stdenv.mkDerivation {
name = "bzip2-static-1.0.2";
builder = ./builder.sh;
src = ./bzip2-1.0.2-static.tar.gz;
}