ctranslate2: enable strictDeps and __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-07-05 22:54:19 +00:00
parent 73f64cb573
commit bd72faab7d
+3
View File
@@ -30,6 +30,9 @@ stdenv'.mkDerivation (finalAttrs: {
pname = "ctranslate2";
version = "4.8.1";
__strutcturedAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";