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

8 lines
133 B
Nix
Raw Normal View History

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