diff options
Diffstat (limited to 'overlays.nix')
-rw-r--r-- | overlays.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/overlays.nix b/overlays.nix index 87042fc..16fbb87 100644 --- a/overlays.nix +++ b/overlays.nix @@ -12,16 +12,5 @@ sha256 = "0lg9hwvcaiwj9z6wp9rw80czfs7l3bwvcc916fz87jxafp683m37"; }; }); - teams = super.teams.overrideAttrs (oldAttrs: rec { - installPhase = '' - mkdir -p $out/{opt,bin} - rm share/teams/resources/app.asar.unpacked/node_modules/slimcore/bin/rect-overlay - mv share/teams $out/opt/ - mv share $out/share - substituteInPlace $out/share/applications/teams.desktop \ - --replace /usr/bin/ $out/bin/ - ln -s $out/opt/teams/teams $out/bin/ - ''; - }); }) ] |