From 8e0f6609c3086522314b967218005a7c7fc7b923 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sun, 27 Mar 2022 15:20:05 +0200 Subject: libgda: remove `? null` from inputs --- pkgs/development/libraries/libgda/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/libgda/default.nix b/pkgs/development/libraries/libgda/default.nix index a9993b7255a..59d1f0830bc 100644 --- a/pkgs/development/libraries/libgda/default.nix +++ b/pkgs/development/libraries/libgda/default.nix @@ -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"; -- cgit 1.4.1