mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
k3d: fix by building with gcc6
This commit is contained in:
parent
c7d298a7df
commit
666e7cafc6
1 changed files with 1 additions and 0 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue