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
, tzdata
, nss
, libgudev
}:
stdenv.mkDerivation rec {
@ -83,6 +84,7 @@ stdenv.mkDerivation rec {
xorg.libXfixes
fontconfig
nss
libgudev
];
nativeBuildInputs = [