forked from mirrors/nixpkgs
kde.krusader: fix build with newer gcc versions (-fpermissive)
This commit is contained in:
parent
4439188110
commit
80396084b9
|
@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1q1m4cjzz2m41pdpxnwrsiczc7990785b700lv64midjjgjnr7j6";
|
||||
};
|
||||
buildInputs = [ gettext kdelibs kde_baseapps ];
|
||||
NIX_CFLAGS_COMPILE = "-fpermissive"; # fix build with newer gcc versions
|
||||
meta = {
|
||||
description = "Norton/Total Commander clone for KDE";
|
||||
license = "GPL";
|
||||
|
|
Loading…
Reference in a new issue