about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-06 04:37:28 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-06 04:37:29 +0100
commitd37e8c401441ea8b9c5e9c91cfbb6d4d41268489 (patch)
tree7e0361f8384bf9a5db72735b78c46d1e037cc0b4 /pkgs/applications/networking/remote
parent40e4ebbb57afc189be414df77c07fbf1b4222d16 (diff)
x2goclient: correct parallel building flag
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/x2goclient/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/x2goclient/default.nix b/pkgs/applications/networking/remote/x2goclient/default.nix
index 9ce00facfbb79..8544ccc0f79a4 100644
--- a/pkgs/applications/networking/remote/x2goclient/default.nix
+++ b/pkgs/applications/networking/remote/x2goclient/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
 
   makeFlags = [ "PREFIX=$(out)" "ETCDIR=$(out)/etc" ];
 
-  enableParallelBuild = true;
+  enableParallelBuilding = true;
 
   installTargets = [ "install_client" "install_man" ];
   postInstall = ''