gosmore: stdenv -> gcc10Stdenv

(cherry picked from commit 0e05668dc3)
This commit is contained in:
Alexander Bantyev
2022-05-29 17:29:48 +04:00
committed by github-actions[bot]
parent cc657df8a8
commit d16bf92b1d

View File

@@ -26864,7 +26864,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;