summary refs log tree commit diff
path: root/pkgs/tools/system/acpica-tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/acpica-tools/default.nix')
-rw-r--r--pkgs/tools/system/acpica-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/acpica-tools/default.nix b/pkgs/tools/system/acpica-tools/default.nix
index 98ac2254fb6..0493a7b7856 100644
--- a/pkgs/tools/system/acpica-tools/default.nix
+++ b/pkgs/tools/system/acpica-tools/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     "iasl"
   ];
 
-  NIX_CFLAGS_COMPILE = [
+  NIX_CFLAGS_COMPILE = toString [
     "-O3"
     # Needed with GCC 12
     "-Wno-dangling-pointer"