cinnamon.cinnamon-settings-daemon: fix csd-backlight-helper build, fixes #101128

This commit is contained in:
Maciej Krüger 2020-10-22 17:58:21 +02:00
parent 7cf2a6d284
commit 6e0f7d5bcf
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -28,6 +28,7 @@
, fontconfig , fontconfig
, tzdata , tzdata
, nss , nss
, libgudev
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -83,6 +84,7 @@ stdenv.mkDerivation rec {
xorg.libXfixes xorg.libXfixes
fontconfig fontconfig
nss nss
libgudev
]; ];
nativeBuildInputs = [ nativeBuildInputs = [