gosmore: stdenv -> gcc10Stdenv

This commit is contained in:
Alexander Bantyev 2022-05-29 17:29:48 +04:00
parent 9f22d631eb
commit 0e05668dc3

View file

@ -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;