about summary refs log tree commit diff
path: root/pkgs/servers/computing/torque/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/computing/torque/default.nix')
-rw-r--r--pkgs/servers/computing/torque/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/servers/computing/torque/default.nix b/pkgs/servers/computing/torque/default.nix
index 5e78fe742ac3..8eb12a1b8112 100644
--- a/pkgs/servers/computing/torque/default.nix
+++ b/pkgs/servers/computing/torque/default.nix
@@ -25,9 +25,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   # added to fix build with gcc7
-  NIX_CFLAGS_COMPILE = [
-    "-Wno-error" "-fpermissive"
-  ];
+  NIX_CFLAGS_COMPILE = "-Wno-error -fpermissive";
 
   postPatch = ''
     substituteInPlace Makefile.am \