From 463bd8c3fcbd6cef5848d4c606a84679a27d6714 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 26 Nov 2023 19:17:12 +0000 Subject: [PATCH] Delete 269312.patch --- patches/269312.patch | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 patches/269312.patch diff --git a/patches/269312.patch b/patches/269312.patch deleted file mode 100644 index d3562268..00000000 --- a/patches/269312.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix -index a30f5be4ce9f37..4194043574d879 100644 ---- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix -+++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix -@@ -7,7 +7,7 @@ - , yarn - , nodejs - , fetchYarnDeps --, fixup_yarn_lock -+, prefetch-yarn-deps - , electron - , libpulseaudio - , pipewire -@@ -33,14 +33,14 @@ stdenv.mkDerivation (finalAttrs: { - hash = "sha256-SxUdTzk8WngkKwT05U8HJsK8+8ezcJWdiT/ettxpeEE="; - }; - -- nativeBuildInputs = [ yarn fixup_yarn_lock nodejs copyDesktopItems makeWrapper ]; -+ nativeBuildInputs = [ yarn prefetch-yarn-deps nodejs copyDesktopItems makeWrapper ]; - - configurePhase = '' - runHook preConfigure - - export HOME=$(mktemp -d) - yarn config --offline set yarn-offline-mirror $offlineCache -- fixup_yarn_lock yarn.lock -+ fixup-yarn-lock yarn.lock - yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive - patchShebangs node_modules/ -