k3d: fix by building with gcc6

This commit is contained in:
Vladimír Čunát 2018-02-18 17:59:55 +01:00
parent c7d298a7df
commit 666e7cafc6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -15951,6 +15951,7 @@ with pkgs;
k3d = callPackage ../applications/graphics/k3d {
inherit (pkgs.gnome2) gtkglext;
stdenv = overrideCC stdenv gcc6;
};
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};