mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
k3d: fix by building with gcc6
This commit is contained in:
parent
c7d298a7df
commit
666e7cafc6
@ -15951,6 +15951,7 @@ with pkgs;
|
|||||||
|
|
||||||
k3d = callPackage ../applications/graphics/k3d {
|
k3d = callPackage ../applications/graphics/k3d {
|
||||||
inherit (pkgs.gnome2) gtkglext;
|
inherit (pkgs.gnome2) gtkglext;
|
||||||
|
stdenv = overrideCC stdenv gcc6;
|
||||||
};
|
};
|
||||||
|
|
||||||
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};
|
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};
|
||||||
|
Loading…
Reference in New Issue
Block a user