Skip to content

Commit

Permalink
Merge pull request #55896 from srhb/x2goclient-nxlibs
Browse files Browse the repository at this point in the history
x2goclient: Use nx-libs instead of nxproxy
  • Loading branch information
srhb authored Feb 16, 2019
2 parents 4aaa34f + 4ce2d58 commit 7e1fc7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/remote/x2goclient/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchgit, cups, libssh, libXpm, nxproxy, openldap, openssh
{ stdenv, fetchgit, cups, libssh, libXpm, nx-libs, openldap, openssh
, makeWrapper, qtbase, qtsvg, qtx11extras, qttools, phonon, pkgconfig }:

stdenv.mkDerivation rec {
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "05gfs11m259bchy3k0ihqpwg9wf8lp94rbca5dzla9fjzrb7pyy4";
};

buildInputs = [ cups libssh libXpm nxproxy openldap openssh
buildInputs = [ cups libssh libXpm nx-libs openldap openssh
qtbase qtsvg qtx11extras qttools phonon pkgconfig ];
nativeBuildInputs = [ makeWrapper ];

Expand All @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {

installTargets = [ "install_client" "install_man" ];
postInstall = ''
wrapProgram "$out/bin/x2goclient" --suffix PATH : "${nxproxy}/bin:${openssh}/libexec";
wrapProgram "$out/bin/x2goclient" --suffix PATH : "${nx-libs}/bin:${openssh}/libexec";
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 7e1fc7d

Please sign in to comment.