lol

kde.krusader: fix build with newer gcc versions (-fpermissive)

+1
+1
pkgs/applications/misc/krusader/default.nix
··· 7 7 sha256 = "1q1m4cjzz2m41pdpxnwrsiczc7990785b700lv64midjjgjnr7j6"; 8 8 }; 9 9 buildInputs = [ gettext kdelibs kde_baseapps ]; 10 + NIX_CFLAGS_COMPILE = "-fpermissive"; # fix build with newer gcc versions 10 11 meta = { 11 12 description = "Norton/Total Commander clone for KDE"; 12 13 license = "GPL";