gosmore: stdenv -> gcc10Stdenv
This commit is contained in:
parent
9f22d631eb
commit
0e05668dc3
1 changed files with 1 additions and 1 deletions
|
@ -26905,7 +26905,7 @@ with pkgs;
|
|||
inherit (gnome2) GConf;
|
||||
};
|
||||
|
||||
gosmore = callPackage ../applications/misc/gosmore { };
|
||||
gosmore = callPackage ../applications/misc/gosmore { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
gpsbabel = libsForQt5.callPackage ../applications/misc/gpsbabel {
|
||||
inherit (darwin) IOKit;
|
||||
|
|
Loading…
Reference in a new issue