Skip to content

Commit

Permalink
kde4.kde_workspace: fixup build with gcc-6
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Aug 26, 2017
1 parent 18232bc commit 1e7358a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/desktops/kde-4.14/kde-workspace.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ kde {
--replace /usr/share/X11 ${xkeyboard_config}/etc/X11
'';

NIX_CFLAGS_COMPILE = [ "-fpermissive" ]; # gcc-6

enableParallelBuilding = false; # frequent problems on Hydra

meta = {
Expand Down

0 comments on commit 1e7358a

Please sign in to comment.