Skip to content

Commit

Permalink
x2goclient: 4.1.2.1 -> unstable-2018-11-30, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Averell Dalton authored and worldofpeace committed Dec 6, 2018
1 parent 0afa5cd commit 561959b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
19 changes: 9 additions & 10 deletions pkgs/applications/networking/remote/x2goclient/default.nix
@@ -1,21 +1,20 @@
{ stdenv, fetchurl, cups, libssh, libXpm, nxproxy, openldap, openssh,
makeWrapper, qtbase, qtsvg, qtx11extras, qttools, phonon }:
{ stdenv, fetchgit, cups, libssh, libXpm, nxproxy, openldap, openssh
, makeWrapper, qtbase, qtsvg, qtx11extras, qttools, phonon, pkgconfig }:

stdenv.mkDerivation rec {
name = "x2goclient-${version}";
version = "4.1.2.1";
pname = "x2goclient";
version = "unstable-2018-11-30";

src = fetchurl {
url = "https://code.x2go.org/releases/source/x2goclient/${name}.tar.gz";
sha256 = "1bzjzz2m9bqqndnk1p9p522cfapsqgkb0wllvqj9d4ir18grh60w";
src = fetchgit {
url = "git://code.x2go.org/x2goclient.git";
rev = "659655675f11ffd361ab9fb48fa77a01a1536fe8";
sha256 = "05gfs11m259bchy3k0ihqpwg9wf8lp94rbca5dzla9fjzrb7pyy4";
};

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

patches = [ ./qt511.patch ];

postPatch = ''
substituteInPlace Makefile \
--replace "SHELL=/bin/bash" "SHELL=$SHELL" \
Expand Down
15 changes: 0 additions & 15 deletions pkgs/applications/networking/remote/x2goclient/qt511.patch

This file was deleted.

0 comments on commit 561959b

Please sign in to comment.