kakoune-cr: drop dependency on crystal 1.2

This commit is contained in:
Donovan Glover
2025-02-12 18:11:46 -05:00
parent 75fb979c5e
commit 527172aeef
+1 -1
View File
@@ -3823,7 +3823,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration;
};
kakoune-cr = callPackage ../tools/misc/kakoune-cr { crystal = crystal_1_2; };
kakoune-cr = callPackage ../tools/misc/kakoune-cr { };
kbs2 = callPackage ../tools/security/kbs2 {
inherit (darwin.apple_sdk.frameworks) AppKit SystemConfiguration;