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

View File

@ -48,6 +48,7 @@
, python37Packages
, stdenv
, systemd
, xdg-utils
, zlib
}:
with lib;
@ -92,7 +93,7 @@ let
systemd
zlib
];
rpath = lib.makeLibraryPath deps ;
rpath = lib.makeLibraryPath deps;
in
stdenv.mkDerivation rec {
pname = "appgate-sdp";
@ -171,6 +172,7 @@ stdenv.mkDerivation rec {
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/bin/appgate --prefix PATH : ${xdg-utils}/bin
'';
meta = with lib; {
description = "Appgate SDP (Software Defined Perimeter) desktop client";