22 src = fetchFromGitHub {
26 hash = "sha256-Av4wrJ+anVu1pTSFTpaseBhj+7ECsRoKb1bATrUKYuo=";
29 outputs = [ "out" "man" ];
35 nativeBuildInputs = [ go-md2man installShellFiles pkg-config ];
39 ] ++ lib.optionals stdenv.isLinux [
51 make -C docs GOMD2MAN="go-md2man"
57 install -Dm755 bin/buildah $out/bin/buildah
58 installShellCompletion --bash contrib/completions/bash/buildah
59 make -C docs install PREFIX="$man"
63 passthru.tests.version = testers.testVersion {
68 description = "A tool which facilitates building OCI images";
69 homepage = "https://buildah.io/";
70 changelog = "https://github.com/containers/buildah/releases/tag/v${version}";
71 license = licenses.asl20;
72 maintainers = with maintainers; [ ] ++ teams.podman.members;