ctranslate2: enable strictDeps and __structuredAttrs (#538812)

This commit is contained in:
Martin Weinelt 2026-07-05 23:13:16 +00:00 committed by GitHub
commit ae7e730e5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";