mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
qt6.qtbase: fix broken conditional for build inputs
This was broken by automatic merge 9e72ff5c31
I think?
This commit is contained in:
parent
90a6b7bb33
commit
c54cb21217
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user