mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
Merge pull request #101394 from mkg20001/fix-csd
cinnamon.cinnamon-settings-daemon: fix csd-backlight-helper build, fixes #101128
This commit is contained in:
commit
718f43dc4d
|
@ -28,6 +28,7 @@
|
|||
, fontconfig
|
||||
, tzdata
|
||||
, nss
|
||||
, libgudev
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -83,6 +84,7 @@ stdenv.mkDerivation rec {
|
|||
xorg.libXfixes
|
||||
fontconfig
|
||||
nss
|
||||
libgudev
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue