summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/instant-messengers/element/element-web.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/element/element-web.nix')
-rw-r--r--pkgs/applications/networking/instant-messengers/element/element-web.nix14
1 files changed, 5 insertions, 9 deletions
diff --git a/pkgs/applications/networking/instant-messengers/element/element-web.nix b/pkgs/applications/networking/instant-messengers/element/element-web.nix
index 3b30abbb3d6c..92130d309902 100644
--- a/pkgs/applications/networking/instant-messengers/element/element-web.nix
+++ b/pkgs/applications/networking/instant-messengers/element/element-web.nix
@@ -9,7 +9,6 @@
, fixup_yarn_lock
, nodejs
, jitsi-meet
-, applyPatches
, conf ? { }
}:
@@ -25,14 +24,11 @@ in stdenv.mkDerivation rec {
pname = "element-web";
inherit (pinData) version;
- src = applyPatches {
- src = fetchFromGitHub {
- owner = "vector-im";
- repo = pname;
- rev = "v${version}";
- sha256 = pinData.webSrcHash;
- };
- patches = [ ./regenerate-element-web-yarn.lock.diff ];
+ src = fetchFromGitHub {
+ owner = "vector-im";
+ repo = pname;
+ rev = "v${version}";
+ sha256 = pinData.webSrcHash;
};
offlineCache = fetchYarnDeps {