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";
|
sha256 = "1q1m4cjzz2m41pdpxnwrsiczc7990785b700lv64midjjgjnr7j6";
|
||||||
};
|
};
|
||||||
buildInputs = [ gettext kdelibs kde_baseapps ];
|
buildInputs = [ gettext kdelibs kde_baseapps ];
|
||||||
|
NIX_CFLAGS_COMPILE = "-fpermissive"; # fix build with newer gcc versions
|
||||||
meta = {
|
meta = {
|
||||||
description = "Norton/Total Commander clone for KDE";
|
description = "Norton/Total Commander clone for KDE";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user