qt6.qtbase: fix broken conditional for build inputs
This was broken by automatic merge 9e72ff5c31 I think?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user