vesktop: add cacert to pnpmDeps derivation

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2023-11-20 17:46:06 +01:00
parent 0b50d6183e
commit d86d781cb3
+2
View File
@@ -14,6 +14,7 @@
, libicns
, jq
, moreutils
, cacert
, nodePackages
}:
stdenv.mkDerivation (finalAttrs: {
@@ -39,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
jq
moreutils
nodePackages.pnpm
cacert
];
pnpmPatch = builtins.toJSON {