qt6.qtbase: fix broken conditional for build inputs

This was broken by automatic merge 9e72ff5c31 I think?
This commit is contained in:
Vladimír Čunát 2023-01-30 10:33:32 +01:00
parent 90a6b7bb33
commit c54cb21217
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -127,11 +127,10 @@ stdenv.mkDerivation rec {
unixODBCDrivers.psql
unixODBCDrivers.sqlite
unixODBCDrivers.mariadb
] ++ lib.optionals stdenv.isLinux [
util-linux
] ++ lib.optionals systemdSupport [
systemd
] ++ [
] ++ lib.optionals stdenv.isLinux [
util-linux
mtdev
lksctp-tools
libselinux