about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/x2goclient
diff options
context:
space:
mode:
authoraverelld <averelld@users.noreply.github.com>2018-05-19 23:46:26 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-19 23:46:26 +0200
commitb998139b85a7db6f35b2ccdf4d091d889649ebc8 (patch)
tree239200a90daf7a3bbdbe4315dd0f272402f8ae3a /pkgs/applications/networking/remote/x2goclient
parentc8a8ecb5b38865ca3d703993e953ea50e36ede6d (diff)
downloadnixlib-b998139b85a7db6f35b2ccdf4d091d889649ebc8.tar
nixlib-b998139b85a7db6f35b2ccdf4d091d889649ebc8.tar.gz
nixlib-b998139b85a7db6f35b2ccdf4d091d889649ebc8.tar.bz2
nixlib-b998139b85a7db6f35b2ccdf4d091d889649ebc8.tar.lz
nixlib-b998139b85a7db6f35b2ccdf4d091d889649ebc8.tar.xz
nixlib-b998139b85a7db6f35b2ccdf4d091d889649ebc8.tar.zst
nixlib-b998139b85a7db6f35b2ccdf4d091d889649ebc8.zip
x2goclient: 4.1.0.0 -> 4.1.1.1 (#40793)
Diffstat (limited to 'pkgs/applications/networking/remote/x2goclient')
-rw-r--r--pkgs/applications/networking/remote/x2goclient/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/x2goclient/default.nix b/pkgs/applications/networking/remote/x2goclient/default.nix
index 904a6812c489..b470c6b39d3b 100644
--- a/pkgs/applications/networking/remote/x2goclient/default.nix
+++ b/pkgs/applications/networking/remote/x2goclient/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "x2goclient-${version}";
-  version = "4.1.0.0";
+  version = "4.1.1.1";
 
   src = fetchurl {
     url = "http://code.x2go.org/releases/source/x2goclient/${name}.tar.gz";
-    sha256 = "0sibrj4qppww7mirdixrqrknkyq3g97s64186h88j8k66sy1anab";
+    sha256 = "0jzlwn0v8b123h5l7hrhs35x2z6mb98zg1s0shqb4yfp2g641yp3";
   };
 
   buildInputs = [ cups libssh libXpm nxproxy openldap openssh qt4 ];
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
 
   patchPhase = ''
      substituteInPlace Makefile \
+       --replace "SHELL=/bin/bash" "SHELL=$SHELL" \
        --replace "lrelease-qt4" "${qt4}/bin/lrelease" \
        --replace "qmake-qt4" "${qt4}/bin/qmake" \
        --replace "-o root -g root" ""