mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
mongodb-ce: add __structuredAttrs, strictDeps
(cherry picked from commit d1c6c4f6ea)
This commit is contained in:
parent
03de371289
commit
8088a463e5
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
|||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mongodb-ce";
|
||||
version = "8.2.11";
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src =
|
||||
finalAttrs.passthru.sources.${stdenv.hostPlatform.system}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue