appgate-sdp: add missing xdg-utils

This commit is contained in:
Yurii Matsiuk 2021-04-06 18:52:18 +02:00
parent 873991697f
commit f1b7ee849d
No known key found for this signature in database
GPG Key ID: 61302290298601AA
1 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,7 @@
, python37Packages , python37Packages
, stdenv , stdenv
, systemd , systemd
, xdg-utils
, zlib , zlib
}: }:
with lib; with lib;
@ -171,6 +172,7 @@ stdenv.mkDerivation rec {
wrapProgram $out/opt/appgate/appgate-driver --prefix PATH : ${lib.makeBinPath [ iproute2 networkmanager dnsmasq ]} wrapProgram $out/opt/appgate/appgate-driver --prefix PATH : ${lib.makeBinPath [ iproute2 networkmanager dnsmasq ]}
wrapProgram $out/opt/appgate/linux/set_dns --set PYTHONPATH $PYTHONPATH wrapProgram $out/opt/appgate/linux/set_dns --set PYTHONPATH $PYTHONPATH
wrapProgram $out/bin/appgate --prefix PATH : ${xdg-utils}/bin
''; '';
meta = with lib; { meta = with lib; {
description = "Appgate SDP (Software Defined Perimeter) desktop client"; description = "Appgate SDP (Software Defined Perimeter) desktop client";