about summary refs log tree commit diff
path: root/pkgs/applications/audio/guitarix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/guitarix')
-rw-r--r--pkgs/applications/audio/guitarix/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/guitarix/default.nix b/pkgs/applications/audio/guitarix/default.nix
index b6ce0daef0d2e..724280fbcdd56 100644
--- a/pkgs/applications/audio/guitarix/default.nix
+++ b/pkgs/applications/audio/guitarix/default.nix
@@ -108,6 +108,8 @@ stdenv.mkDerivation rec {
     "--install-roboto-font"
   ] ++ optional optimizationSupport "--optimization";
 
+  NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
+
   meta = with lib; {
     description = "A virtual guitar amplifier for Linux running with JACK";
     longDescription = ''