lightdm: remove qt4 support

was off by-default
This commit is contained in:
ajs124 2022-05-26 01:58:15 +02:00 committed by Bobby Rong
parent 7b9be38c72
commit 2f758fd347
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -24,8 +24,6 @@
, gobject-introspection
, vala
, fetchpatch
, withQt4 ? false
, qt4
, withQt5 ? false
, qtbase
, yelp-tools
@ -70,8 +68,7 @@ stdenv.mkDerivation rec {
libxklavier
pam
polkit
] ++ optional withQt4 qt4
++ optional withQt5 qtbase;
] ++ optional withQt5 qtbase;
patches = [
# Adds option to disable writing dmrc files
@ -110,8 +107,7 @@ stdenv.mkDerivation rec {
"--sysconfdir=/etc"
"--disable-tests"
"--disable-dmrc"
] ++ optional withQt4 "--enable-liblightdm-qt"
++ optional withQt5 "--enable-liblightdm-qt5";
] ++ optional withQt5 "--enable-liblightdm-qt5";
installFlags = [
"sysconfdir=${placeholder "out"}/etc"