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

7 lines
92 B
Nix
Raw Normal View History

{stdenv}:
stdenv.mkDerivation {
name = "gzip-static-1.3.3";
builder = ./builder.sh;
}