mattermost-desktop: remove no longer used atomEnv and autoPatchelfHook

This commit is contained in:
Sandro Jäckel 2023-10-02 23:03:39 +02:00
parent 3a38e4d097
commit dfc4125c02
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,15 +1,8 @@
{ lib
, stdenv
, fetchurl
, atomEnv
, electron_26
, systemd
, pulseaudio
, libxshmfence
, libnotify
, libappindicator-gtk3
, makeWrapper
, autoPatchelfHook
}:
let
@ -38,18 +31,7 @@ stdenv.mkDerivation {
src = fetchurl (srcs."${system}" or (throw "Unsupported system ${system}"));
nativeBuildInputs = [ makeWrapper autoPatchelfHook ];
buildInputs = atomEnv.packages ++ [
libxshmfence
];
runtimeDependencies = [
(lib.getLib systemd)
pulseaudio
libnotify
libappindicator-gtk3
];
nativeBuildInputs = [ makeWrapper ];
installPhase = ''
runHook preInstall