libgda: remove ? null from inputs

This commit is contained in:
Sandro Jäckel 2022-03-27 15:20:05 +02:00
parent a9ab92ee12
commit 8e0f6609c3
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -17,14 +17,11 @@
, autoconf-archive
, yelp-tools
, mysqlSupport ? false
, libmysqlclient ? null
, libmysqlclient
, postgresSupport ? false
, postgresql ? null
, postgresql
}:
assert mysqlSupport -> libmysqlclient != null;
assert postgresSupport -> postgresql != null;
stdenv.mkDerivation rec {
pname = "libgda";
version = "5.2.10";