let pkgs = import { }; mkDerivation = import ./autotools.nix pkgs; in mkDerivation { name = "hello"; src = ./hello-2.12.1.tar.gz; }