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

8 lines
130 B
Nix
Raw Normal View History

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