mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
afterstep: pin gcc to version 4.9
See https://hydra.nixos.org/build/33238876/nixlog/1/raw
This commit is contained in:
parent
bd58b895e0
commit
aa4d438107
1 changed files with 1 additions and 0 deletions
|
@ -11377,6 +11377,7 @@ let
|
|||
afterstep = callPackage ../applications/window-managers/afterstep {
|
||||
fltk = fltk13;
|
||||
gtk = gtk2;
|
||||
stdenv = overrideCC stdenv gcc49;
|
||||
};
|
||||
|
||||
alchemy = callPackage ../applications/graphics/alchemy { };
|
||||
|
|
Loading…
Reference in a new issue