clight: remove with statements

This commit is contained in:
Philip Taron 2024-08-16 10:20:15 -07:00
parent ae33a527a5
commit 7dbea2568f
No known key found for this signature in database

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
bash-completion
];
buildInputs = with lib; [
buildInputs = [
gsl
popt
upower
@ -31,8 +31,8 @@ stdenv.mkDerivation rec {
geoclue2
libconfig
libmodule
] ++ optional withGeoclue geoclue2
++ optional withUpower upower;
] ++ lib.optional withGeoclue geoclue2
++ lib.optional withUpower upower;
cmakeFlags = [
"-DSESSION_BUS_DIR=${placeholder "out"}/share/dbus-1/services"