deltachat-desktop: use __structuredAttrs and strictDeps

This commit is contained in:
Robert Schütz
2026-06-08 07:54:43 -07:00
parent e7e6095be1
commit d81ee288f6
@@ -39,6 +39,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "deltachat-desktop";
version = "2.51.0";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "deltachat";
@@ -54,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-BSDeOkT75usLmXdAY8QNO+9YxxchrJH2gjFpTzErPXo=";
};
strictDeps = true;
nativeBuildInputs = [
yq
makeWrapper