Loading pkgs/by-name/te/termius/package.nix +25 −15 Original line number Diff line number Diff line { autoPatchelfHook , squashfsTools , alsa-lib , fetchurl , makeDesktopItem , makeWrapper , stdenv , lib , libsecret , libgbm , udev , wrapGAppsHook3 , writeScript { autoPatchelfHook, squashfsTools, alsa-lib, fetchurl, makeDesktopItem, makeWrapper, stdenv, lib, libsecret, libgbm, udev, wrapGAppsHook3, writeScript, }: stdenv.mkDerivation rec { Loading Loading @@ -45,7 +46,12 @@ stdenv.mkDerivation rec { dontWrapGApps = true; # TODO: migrate off autoPatchelfHook and use nixpkgs' electron nativeBuildInputs = [ autoPatchelfHook squashfsTools makeWrapper wrapGAppsHook3 ]; nativeBuildInputs = [ autoPatchelfHook squashfsTools makeWrapper wrapGAppsHook3 ]; buildInputs = [ alsa-lib Loading Loading @@ -107,7 +113,11 @@ stdenv.mkDerivation rec { downloadPage = "https://termius.com/linux/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ Br1ght0ne th0rgal ]; maintainers = with maintainers; [ Br1ght0ne th0rgal Rishik-Y ]; platforms = [ "x86_64-linux" ]; mainProgram = "termius-app"; }; Loading Loading
pkgs/by-name/te/termius/package.nix +25 −15 Original line number Diff line number Diff line { autoPatchelfHook , squashfsTools , alsa-lib , fetchurl , makeDesktopItem , makeWrapper , stdenv , lib , libsecret , libgbm , udev , wrapGAppsHook3 , writeScript { autoPatchelfHook, squashfsTools, alsa-lib, fetchurl, makeDesktopItem, makeWrapper, stdenv, lib, libsecret, libgbm, udev, wrapGAppsHook3, writeScript, }: stdenv.mkDerivation rec { Loading Loading @@ -45,7 +46,12 @@ stdenv.mkDerivation rec { dontWrapGApps = true; # TODO: migrate off autoPatchelfHook and use nixpkgs' electron nativeBuildInputs = [ autoPatchelfHook squashfsTools makeWrapper wrapGAppsHook3 ]; nativeBuildInputs = [ autoPatchelfHook squashfsTools makeWrapper wrapGAppsHook3 ]; buildInputs = [ alsa-lib Loading Loading @@ -107,7 +113,11 @@ stdenv.mkDerivation rec { downloadPage = "https://termius.com/linux/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ Br1ght0ne th0rgal ]; maintainers = with maintainers; [ Br1ght0ne th0rgal Rishik-Y ]; platforms = [ "x86_64-linux" ]; mainProgram = "termius-app"; }; Loading