libgda: remove unnecessary gcc6 override
This commit is contained in:
parent
2d3e6f73cb
commit
bc2d6de646
1 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue