Skip to content

Commit

Permalink
cinnamon.cinnamon-settings-daemon: fix csd-backlight-helper build, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Oct 22, 2020
1 parent 7cf2a6d commit 6e0f7d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/desktops/cinnamon/cinnamon-settings-daemon/default.nix
Expand Up @@ -28,6 +28,7 @@
, fontconfig
, tzdata
, nss
, libgudev
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -83,6 +84,7 @@ stdenv.mkDerivation rec {
xorg.libXfixes
fontconfig
nss
libgudev
];

nativeBuildInputs = [
Expand Down

0 comments on commit 6e0f7d5

Please sign in to comment.