9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
14 owner = "alire-project";
16 rev = "v${finalAttrs.version}";
17 hash = "sha256-fJXt3mM/v87hWumML6L3MH1O/uKkzmpE58B9nDRohzM=";
19 fetchSubmodules = true;
22 nativeBuildInputs = [ gprbuild gnat ];
25 patchShebangs ./dev/build.sh
31 export ALIRE_BUILD_JOBS="$NIX_BUILD_CORES"
47 description = "A source-based package manager for the Ada and SPARK programming languages";
48 homepage = "https://alire.ada.dev";
49 changelog = "https://github.com/alire-project/alire/releases/tag/v${finalAttrs.version}";
50 license = lib.licenses.gpl3Only;
51 maintainers = with lib.maintainers; [ atalii ];
52 platforms = lib.platforms.unix;