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

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