summary refs log tree commit diff
path: root/pkgs/applications/emulators/mame/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/emulators/mame/default.nix')
-rw-r--r--pkgs/applications/emulators/mame/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/mame/default.nix b/pkgs/applications/emulators/mame/default.nix
index aedf42ee126..84aab8b0330 100644
--- a/pkgs/applications/emulators/mame/default.nix
+++ b/pkgs/applications/emulators/mame/default.nix
@@ -117,7 +117,7 @@ stdenv.mkDerivation rec {
       --subst-var-by mamePath "$out/opt/mame"
   '';
 
-  NIX_CFLAGS_COMPILE = [
+  NIX_CFLAGS_COMPILE = toString [
     "-Wno-error=use-after-free"
   ];