about summary refs log tree commit diff
path: root/pkgs/applications/networking/termius/default.nix
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-10-03 17:49:36 +0200
committerGitHub <noreply@github.com>2023-10-03 17:49:36 +0200
commite5f6200d164f2df4e8bb5e252dd1032b57099d13 (patch)
treef817b1eb399a18b1a28eecc53d1348a54fe2a5e9 /pkgs/applications/networking/termius/default.nix
parent042d50a96cf55880914d007946a8c8182c9a6a48 (diff)
parent244be72e19e96bdfb1e268d002af2e9c0036fbea (diff)
downloadnixlib-e5f6200d164f2df4e8bb5e252dd1032b57099d13.tar
nixlib-e5f6200d164f2df4e8bb5e252dd1032b57099d13.tar.gz
nixlib-e5f6200d164f2df4e8bb5e252dd1032b57099d13.tar.bz2
nixlib-e5f6200d164f2df4e8bb5e252dd1032b57099d13.tar.lz
nixlib-e5f6200d164f2df4e8bb5e252dd1032b57099d13.tar.xz
nixlib-e5f6200d164f2df4e8bb5e252dd1032b57099d13.tar.zst
nixlib-e5f6200d164f2df4e8bb5e252dd1032b57099d13.zip
Merge pull request #258440 from SuperSandro2000/drop-atom
atom*: drop
Diffstat (limited to 'pkgs/applications/networking/termius/default.nix')
-rw-r--r--pkgs/applications/networking/termius/default.nix14
1 files changed, 10 insertions, 4 deletions
diff --git a/pkgs/applications/networking/termius/default.nix b/pkgs/applications/networking/termius/default.nix
index 8b0e3e1b6dc1..f2d8b8d68541 100644
--- a/pkgs/applications/networking/termius/default.nix
+++ b/pkgs/applications/networking/termius/default.nix
@@ -1,14 +1,15 @@
-{ atomEnv
-, autoPatchelfHook
+{ autoPatchelfHook
 , squashfsTools
+, alsa-lib
 , fetchurl
 , makeDesktopItem
 , makeWrapper
 , stdenv
 , lib
+, libsecret
+, mesa
 , udev
 , wrapGAppsHook
-, libxshmfence
 }:
 
 stdenv.mkDerivation rec {
@@ -41,9 +42,14 @@ stdenv.mkDerivation rec {
   dontPatchELF = true;
   dontWrapGApps = true;
 
+  # TODO: migrate off autoPatchelfHook and use nixpkgs' electron
   nativeBuildInputs = [ autoPatchelfHook squashfsTools makeWrapper wrapGAppsHook ];
 
-  buildInputs = atomEnv.packages ++ [ libxshmfence ];
+  buildInputs = [
+    alsa-lib
+    libsecret
+    mesa
+  ];
 
   unpackPhase = ''
     runHook preUnpack