summary refs log tree commit diff
path: root/pkgs/applications
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
parent40e4ebbb57afc189be414df77c07fbf1b4222d16 (diff)
downloadnixlib-d37e8c401441ea8b9c5e9c91cfbb6d4d41268489.tar
nixlib-d37e8c401441ea8b9c5e9c91cfbb6d4d41268489.tar.gz
nixlib-d37e8c401441ea8b9c5e9c91cfbb6d4d41268489.tar.bz2
nixlib-d37e8c401441ea8b9c5e9c91cfbb6d4d41268489.tar.lz
nixlib-d37e8c401441ea8b9c5e9c91cfbb6d4d41268489.tar.xz
nixlib-d37e8c401441ea8b9c5e9c91cfbb6d4d41268489.tar.zst
nixlib-d37e8c401441ea8b9c5e9c91cfbb6d4d41268489.zip
x2goclient: correct parallel building flag
Diffstat (limited to 'pkgs/applications')
-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 9ce00facfbb7..8544ccc0f79a 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 = ''