mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ctranslate2: enable strictDeps and __structuredAttrs (#538812)
This commit is contained in:
commit
ae7e730e5a
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ stdenv'.mkDerivation (finalAttrs: {
|
|||
pname = "ctranslate2";
|
||||
version = "4.8.1";
|
||||
|
||||
__strutcturedAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenNMT";
|
||||
repo = "CTranslate2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue