libgda: remove unnecessary gcc6 override

This commit is contained in:
Mark Vainomaa 2021-12-27 18:48:32 +02:00
parent 2d3e6f73cb
commit bc2d6de646
No known key found for this signature in database
GPG key ID: 1B3F9523B542D315

View file

@ -11,8 +11,6 @@
, gobject-introspection
, vala
, libgee
, overrideCC
, gcc6
, fetchpatch
, autoreconfHook
, gtk-doc
@ -27,7 +25,7 @@
assert mysqlSupport -> libmysqlclient != null;
assert postgresSupport -> postgresql != null;
(if stdenv.isAarch64 then overrideCC stdenv gcc6 else stdenv).mkDerivation rec {
stdenv.mkDerivation rec {
pname = "libgda";
version = "5.2.10";