8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
13 owner = "alire-project";
15 rev = "v${finalAttrs.version}";
16 hash = "sha256-m4EPiqh7KCeNgq4G727jrW5ABb+uecvvpmZyskqtml4=";
18 fetchSubmodules = true;
21 nativeBuildInputs = [ gprbuild gnat ];
24 patchShebangs ./dev/build.sh ./scripts/version-patcher.sh
30 export ALIRE_BUILD_JOBS="$NIX_BUILD_CORES"
46 description = "Source-based package manager for the Ada and SPARK programming languages";
47 homepage = "https://alire.ada.dev";
48 changelog = "https://github.com/alire-project/alire/releases/tag/v${finalAttrs.version}";
49 license = lib.licenses.gpl3Only;
50 maintainers = with lib.maintainers; [ atalii ];
51 platforms = lib.platforms.unix;