mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +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 {
|
||||
inherit (pkgs.gnome2) gtkglext;
|
||||
stdenv = overrideCC stdenv gcc6;
|
||||
};
|
||||
|
||||
k9copy = libsForQt5.callPackage ../applications/video/k9copy {};
|
||||
|
Loading…
Reference in New Issue
Block a user