···124124 botan3 = common {
125125 version = "3.6.1";
126126 hash = "sha256-fLhXXYjSMsdxdHadf54ku0REQWBYWYbuvWbnScuakIk=";
127127- # this patch fixes build errors on MacOS with SDK 10.12, recheck to remove this again
128128- patches = lib.optionals stdenv.hostPlatform.isDarwin [ ./botan3-macos.patch ];
129127 };
130128131129 botan2 = common {