about summary refs log tree commit diff
path: root/pkgs/applications/audio/guitarix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-04-28 18:48:33 +0200
committerVladimír Čunát <v@cunat.cz>2022-04-28 18:48:33 +0200
commit6431e183cd9b67801ed4b6760649e639d2cb2f84 (patch)
tree9d6f12dcca45473a7cfeda6392a4b0462eb4eab5 /pkgs/applications/audio/guitarix
parent8caa1418f67e7b49496889e723784e09b028cd3a (diff)
guitarix: fixup build
It probably broke by the latest glib update.
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 = ''