mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
deltachat-desktop: use __structuredAttrs and strictDeps
(cherry picked from commit d81ee288f6)
This commit is contained in:
parent
263c65f492
commit
df88426fe2
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue