Merge pull request #101394 from mkg20001/fix-csd

cinnamon.cinnamon-settings-daemon: fix csd-backlight-helper build, fixes #101128
This commit is contained in:
WORLDofPEACE 2020-10-26 10:32:51 -04:00 committed by GitHub
commit 718f43dc4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [