ctranslate2: enable strictDeps and __structuredAttrs (#538812)

This commit is contained in:
Martin Weinelt
2026-07-05 23:13:16 +00:00
committed by GitHub
+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";