gnatPackages.gnatprove: typo fix

This commit is contained in:
sternenseemann 2024-10-23 15:33:22 +02:00
parent 5316b98e2f
commit 92dd419120

View File

@ -59,7 +59,7 @@ let
};
thisSpark = spark2014.${gnat_version} or
(builtins.throw "GNATprove depend on a specific GNAT version and can't be built using GNAT ${gnat_version}.");
(builtins.throw "GNATprove depends on a specific GNAT version and can't be built using GNAT ${gnat_version}.");
in
stdenv.mkDerivation rec {